examples/kerneltest/Slave.h
author mwildbolz
Mon, 01 Oct 2012 16:58:35 +0200
changeset 749 5cbb8e9ad67c
parent 391 7802a7d5584f
permissions -rw-r--r--
Changed configure to compile on Debian with the latest RTAI patch installed (removed rtdm library in compiler flags)
Commented out the MSG_WAR section for RTAI because this only runs in an RTAI Kernelspace program
#include "TestSlave.h"

void TestSlave_heartbeatError(CO_Data* d, UNS8);

UNS8 TestSlave_canSend(Message *);

void TestSlave_initialisation(CO_Data* d);
void TestSlave_preOperational(CO_Data* d);
void TestSlave_operational(CO_Data* d);
void TestSlave_stopped(CO_Data* d);

void TestSlave_post_sync(CO_Data* d);
void TestSlave_post_TPDO(CO_Data* d);
void TestSlave_storeODSubIndex(CO_Data* d, UNS16 wIndex, UNS8 bSubindex);
void TestSlave_post_emcy(CO_Data* d, UNS8 nodeID, UNS16 errCode, UNS8 errReg);