examples/DS401_Slave_Gui/TestSlaveGui.h
author skratochwil
Mon, 20 Jun 2011 15:03:54 +0200
changeset 660 cff8e50333e8
parent 385 fff25f16c923
permissions -rw-r--r--
Fixed incorrect struct access in sendPDO() and inserted a missing variable in sendOnePDOEvent(). These errors occured at compile-time when configuring the project with './configure --debug=PDO' or './configure --debug=WAR'.
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

extern "C"
{
#include "canfestival.h"
}

int main_can (s_BOARD SlaveBoard, char *LibraryPath);
void stop_slave ();

#endif /*TESTSLAVEGUI_H_ */