examples/DS401_Slave_Gui/TestSlaveGui.h
author 'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
Thu, 24 Sep 2009 10:03:07 +0200
changeset 594 17a171fe7c56
parent 385 fff25f16c923
permissions -rw-r--r--
re-use macro for objaccess
#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_ */