examples/DS401_Slave_Gui/TestSlaveGui.h
author Laurent Bessard
Thu, 06 Dec 2012 16:06:51 +0100
changeset 764 d7c015cb0df0
parent 385 fff25f16c923
permissions -rw-r--r--
Fix error in UNS8 and INTEGER8 corresponding C type definition in none platform
#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_ */