examples/win32test/win32test.h
changeset 172 0248c2b148bb
parent 145 e747d2e26af0
child 255 7b9f36dbfe5f
equal deleted inserted replaced
171:db7a030babb2 172:0248c2b148bb
     6 /* Prototypes of function provided by object dictionnary */
     6 /* Prototypes of function provided by object dictionnary */
     7 UNS32 win32test_valueRangeTest (UNS8 typeValue, void * value);
     7 UNS32 win32test_valueRangeTest (UNS8 typeValue, void * value);
     8 const indextable * win32test_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks);
     8 const indextable * win32test_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks);
     9 
     9 
    10 /* prototypes of function to be filled by app. */
    10 /* prototypes of function to be filled by app. */
    11 void win32test_SDOtimeoutError(UNS8 line);
       
    12 void win32test_heartbeatError(UNS8);
    11 void win32test_heartbeatError(UNS8);
    13 
    12 
    14 UNS8 win32test_canSend(Message *);
    13 UNS8 win32test_canSend(Message *);
    15 
    14 
    16 void win32test_initialisation(void);
    15 void win32test_initialisation(void);