nico@215: nico@215:
nico@215:00001 #include "TestMaster.h" nico@215: 00002 nico@215: 00003 void TestMaster_heartbeatError(UNS8); nico@215: 00004 nico@215: 00005 UNS8 TestMaster_canSend(Message *); nico@215: 00006 nico@215: 00007 void TestMaster_initialisation(void); nico@215: 00008 void TestMaster_preOperational(void); nico@215: 00009 void TestMaster_operational(void); nico@215: 00010 void TestMaster_stopped(void); nico@215: 00011 nico@215: 00012 void TestMaster_post_sync(void); nico@215: 00013 void TestMaster_post_TPDO(void); nico@215: