examples/TestMasterSlave/Master.h
author etisserant
Tue, 15 Jan 2008 10:11:17 +0100
changeset 357 838e5397ae67
parent 343 118c1cabd0b0
child 378 d2abf6c8c27b
permissions -rw-r--r--
Fixed some build errors and warnigs, thanks to Martin Hollenweger (geautomotive.eu)
#include "TestMaster.h"

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);
void TestMaster_post_emcy(UNS8 nodeID, UNS16 errCode, UNS8 errReg);
void TestMaster_post_SlaveBootup(UNS8 nodeid);