examples/kerneltest/Master.h
author etisserant
Tue, 19 Feb 2008 14:53:39 +0100
changeset 402 77f875d45250
parent 391 7802a7d5584f
permissions -rw-r--r--
Fixed faulty read access checking on OD access. Added read acces s checking in SDO (was disabled)
#include "TestMaster.h"

void TestMaster_heartbeatError(CO_Data* d, UNS8);

UNS8 TestMaster_canSend(Message *);

void TestMaster_initialisation(CO_Data* d);
void TestMaster_preOperational(CO_Data* d);
void TestMaster_operational(CO_Data* d);
void TestMaster_stopped(CO_Data* d);

void TestMaster_post_sync(CO_Data* d);
void TestMaster_post_TPDO(CO_Data* d);
void TestMaster_post_emcy(CO_Data* d, UNS8 nodeID, UNS16 errCode, UNS8 errReg);
void TestMaster_post_SlaveBootup(CO_Data* d, UNS8 nodeid);