examples/DS401_Slave_Gui/CallBack.h
changeset 246 d635cfc520ee
child 378 d2abf6c8c27b
equal deleted inserted replaced
245:d43ebbed895f 246:d635cfc520ee
       
     1 #ifndef CALLBACK_H_
       
     2 #define CALLBACK_H_
       
     3 
       
     4 extern "C" 
       
     5   {
       
     6 	#include "ObjDict.h"
       
     7   }
       
     8 
       
     9 void Call_heartbeatError(UNS8);
       
    10 
       
    11 UNS8 Call_canSend(Message *);
       
    12 
       
    13 void Call_initialisation(void);
       
    14 void Call_preOperational(void);
       
    15 void Call_operational(void);
       
    16 void Call_stopped(void);
       
    17 
       
    18 void Call_post_sync(void);
       
    19 void Call_post_TPDO(void);
       
    20 void Call_storeODSubIndex(UNS16 wIndex, UNS8 bSubindex);
       
    21 
       
    22 #endif /*CALLBACK_H_*/