examples/DS401_Slave_Gui/CallBack.h
author etisserant
Sun, 30 Sep 2007 22:34:10 +0200
changeset 290 43c3b2bf3e32
parent 246 d635cfc520ee
child 378 d2abf6c8c27b
permissions -rw-r--r--
Added debug message printing. Added socket option : CAN_RAW_LOOPBACK=1 and CAN_RAW_RECV_OWN_MSGS=0.
#ifndef CALLBACK_H_
#define CALLBACK_H_

extern "C" 
  {
	#include "ObjDict.h"
  }

void Call_heartbeatError(UNS8);

UNS8 Call_canSend(Message *);

void Call_initialisation(void);
void Call_preOperational(void);
void Call_operational(void);
void Call_stopped(void);

void Call_post_sync(void);
void Call_post_TPDO(void);
void Call_storeODSubIndex(UNS16 wIndex, UNS8 bSubindex);

#endif /*CALLBACK_H_*/