examples/win32test/win32test.h
changeset 145 e747d2e26af0
child 172 0248c2b148bb
equal deleted inserted replaced
144:3ebf16150b2e 145:e747d2e26af0
       
     1 
       
     2 /* File generated by gen_cfile.py. Should not be modified. */
       
     3 
       
     4 #include "data.h"
       
     5 
       
     6 /* Prototypes of function provided by object dictionnary */
       
     7 UNS32 win32test_valueRangeTest (UNS8 typeValue, void * value);
       
     8 const indextable * win32test_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks);
       
     9 
       
    10 /* prototypes of function to be filled by app. */
       
    11 void win32test_SDOtimeoutError(UNS8 line);
       
    12 void win32test_heartbeatError(UNS8);
       
    13 
       
    14 UNS8 win32test_canSend(Message *);
       
    15 
       
    16 void win32test_initialisation(void);
       
    17 void win32test_preOperational(void);
       
    18 void win32test_operational(void);
       
    19 void win32test_stopped(void);
       
    20 
       
    21 void win32test_post_sync(void);
       
    22 void win32test_post_TPDO(void);
       
    23 
       
    24 /* Master node data struct */
       
    25 extern CO_Data win32test_Data;
       
    26