examples/TestMasterSlaveLSS/SlaveB.h
author etisserant
Thu, 20 Mar 2008 11:41:06 +0100
changeset 421 6221b4db8c42
parent 384 83793fc7ce48
child 517 003679edc437
permissions -rw-r--r--
Added support for null terminated strings as VISIBLE_STRING.
Also fixed size declaration problem with visible_strings.
#include "TestSlaveB.h"

void TestSlaveB_heartbeatError(CO_Data* d, UNS8);

UNS8 TestSlaveB_canSend(Message *);

void TestSlaveB_initialisation(CO_Data* d);
void TestSlaveB_preOperational(CO_Data* d);
void TestSlaveB_operational(CO_Data* d);
void TestSlaveB_stopped(CO_Data* d);

void TestSlaveB_post_sync(CO_Data* d);
void TestSlaveB_post_TPDO(CO_Data* d);
void TestSlaveB_storeODSubIndex(CO_Data* d, UNS16 wIndex, UNS8 bSubindex);
void TestSlaveB_post_emcy(CO_Data* d, UNS8 nodeID, UNS16 errCode, UNS8 errReg);
void TestSlaveB_StoreConfiguration(CO_Data* d, UNS8 *error, UNS8 *spec_error);