examples/TestMasterSlave/Slave.h
author etisserant
Fri, 25 Jan 2008 08:20:11 +0100
changeset 368 7b51757bfc81
parent 343 118c1cabd0b0
child 378 d2abf6c8c27b
permissions -rw-r--r--
changed order of declaration/initialization of variables to prevent some warnings
#include "TestSlave.h"

void TestSlave_heartbeatError(UNS8);

UNS8 TestSlave_canSend(Message *);

void TestSlave_initialisation(void);
void TestSlave_preOperational(void);
void TestSlave_operational(void);
void TestSlave_stopped(void);

void TestSlave_post_sync(void);
void TestSlave_post_TPDO(void);
void TestSlave_storeODSubIndex(UNS16 wIndex, UNS8 bSubindex);
void TestSlave_post_emcy(UNS8 nodeID, UNS16 errCode, UNS8 errReg);
void TestSlave_StoreConfiguration(UNS8 *error, UNS8 *spec_error);
void TestSlave_ChangeBaudRate(char *baudrate);