examples/TestMasterSlaveLSS/SlaveA.h
author greg
Tue, 26 Feb 2008 10:26:00 +0100
changeset 408 f85552acc2bf
parent 384 83793fc7ce48
child 517 003679edc437
permissions -rw-r--r--
fixed bug to open pdf with acrobat reader on Win32 in objdictedit and networkedit
#include "TestSlaveA.h"

void TestSlaveA_heartbeatError(CO_Data* d, UNS8);

UNS8 TestSlaveA_canSend(Message *);

void TestSlaveA_initialisation(CO_Data* d);
void TestSlaveA_preOperational(CO_Data* d);
void TestSlaveA_operational(CO_Data* d);
void TestSlaveA_stopped(CO_Data* d);

void TestSlaveA_post_sync(CO_Data* d);
void TestSlaveA_post_TPDO(CO_Data* d);
void TestSlaveA_storeODSubIndex(CO_Data* d, UNS16 wIndex, UNS8 bSubindex);
void TestSlaveA_post_emcy(CO_Data* d, UNS8 nodeID, UNS16 errCode, UNS8 errReg);
void TestSlaveA_StoreConfiguration(CO_Data* d, UNS8 *error, UNS8 *spec_error);