]> rtime.felk.cvut.cz Git - CanFestival-3.git/blob - examples/DS401_Slave_Gui/TestSlaveGui.h
Cleaned DS-401GUI (definitively removed graph) added options to open directly on...
[CanFestival-3.git] / examples / DS401_Slave_Gui / TestSlaveGui.h
1 #ifndef TESTSLAVEGUI_H_
2 #define TESTSLAVEGUI_H_
3
4 extern "C"
5 {
6 #include "canfestival.h"
7 }
8
9 int main_can (s_BOARD SlaveBoard, char *LibraryPath);
10 void stop_slave ();
11
12 #endif /*TESTSLAVEGUI_H_ */