examples/TestMasterSlave/Master.h
author greg
Thu, 20 Nov 2008 07:51:14 +0100
changeset 527 7d5c74cc8f91
parent 378 d2abf6c8c27b
permissions -rw-r--r--
- Fix bug with relative path when node opened from command line
- Warning dialog when domain mapped variables not initialized
#include "TestMaster.h"

void TestMaster_heartbeatError(CO_Data* d, UNS8);

UNS8 TestMaster_canSend(Message *);

void TestMaster_initialisation(CO_Data* d);
void TestMaster_preOperational(CO_Data* d);
void TestMaster_operational(CO_Data* d);
void TestMaster_stopped(CO_Data* d);

void TestMaster_post_sync(CO_Data* d);
void TestMaster_post_TPDO(CO_Data* d);
void TestMaster_post_emcy(CO_Data* d, UNS8 nodeID, UNS16 errCode, UNS8 errReg);
void TestMaster_post_SlaveBootup(CO_Data* d, UNS8 nodeid);