examples/TestMasterSlave/Master.h
author greg
Tue, 18 Sep 2007 09:02:38 +0200
changeset 275 7d5130f2f8ab
parent 172 0248c2b148bb
child 284 24bf3d692993
permissions -rw-r--r--
fix problem sh. Replace with bash in configure script. For msys, there is a bash version to download.
To compile for win32 with peak hardware:

./configure --can=peak_win32
#include "TestMaster.h"

void TestMaster_heartbeatError(UNS8);

UNS8 TestMaster_canSend(Message *);

void TestMaster_initialisation(void);
void TestMaster_preOperational(void);
void TestMaster_operational(void);
void TestMaster_stopped(void);

void TestMaster_post_sync(void);
void TestMaster_post_TPDO(void);