examples/TestMasterSlaveLSS/SlaveB.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 08 Nov 2011 08:27:42 +0000
changeset 684 3804ee7f9030
parent 517 003679edc437
permissions -rw-r--r--
Win32 applconfig:
CHANGED: - The MSG()-Makros for Visual Studio both print now to OutputDebugString().
ADDED: - Makro CANFESTIVAL_DEBUG_DRV_MSG() and MSG_ERR_DRV() to print into MSG() from a can driver implementation.
#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_NMT_Slave_Communications_Reset_Callback(CO_Data* d);
void TestSlaveB_StoreConfiguration(CO_Data* d, UNS8 *error, UNS8 *spec_error);