examples/TestMasterSlave/Master.h
author etisserant
Sun, 13 May 2007 20:16:09 +0200
changeset 197 182008694a32
parent 172 0248c2b148bb
child 284 24bf3d692993
permissions -rw-r--r--
Fixed "function LoadCanDriver() should return library handle instead of 0 if succeeded" bug
#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);