examples/TestMasterSlave/Slave.h
author greg
Mon, 14 May 2007 11:24:32 +0200
changeset 199 48b59c852636
parent 172 0248c2b148bb
child 284 24bf3d692993
permissions -rw-r--r--
fix :

Traceback (most recent call last):
File "../../objdictgen/objdictgen.py", line 69, in ?
result = manager.ExportCurrentToFile(fileOut)
AttributeError: NodeManager instance has no attribute 'ExportCurrentToFile'
#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);