examples/TestMasterSlave/Master.h
author etisserant
Sun, 15 Apr 2007 00:49:34 +0200
changeset 161 c4908cc776a9
parent 160 636d875c85dd
child 172 0248c2b148bb
permissions -rw-r--r--
SetODEntry now call CO_data->storeODSubEntry(Index,SubIndex) for variables to be Stored (when column Save==True in GUI)
#include "TestMaster.h"

void TestMaster_SDOtimeoutError(UNS8 line);
void TestMaster_heartbeatError(UNS8);

UNS8 TestMaster_canSend(Message *);

void TestMaster_initialisation(void);
void TestMaster_preOperational(void);
void TestMaster_operational(void);
void TestMaster_stopped(void);

void TestMaster_post_sync(void);
void TestMaster_post_TPDO(void);