examples/DS401_Slave_Gui/TestSlaveGui.h
changeset 385 fff25f16c923
parent 329 7717252e3ed9
equal deleted inserted replaced
384:83793fc7ce48 385:fff25f16c923
     1 #ifndef TESTSLAVEGUI_H_
     1 #ifndef TESTSLAVEGUI_H_
     2 #define TESTSLAVEGUI_H_
     2 #define TESTSLAVEGUI_H_
     3 
     3 
     4 extern "C" 
     4 extern "C"
     5   {
     5 {
     6 	#include "canfestival.h"
     6 #include "canfestival.h"
     7   }
     7 }
     8 
     8 
     9 int 	main_can(s_BOARD SlaveBoard, char* LibraryPath);
     9 int main_can (s_BOARD SlaveBoard, char *LibraryPath);
    10 void	stop_slave();
    10 void stop_slave ();
    11 
    11 
    12 #endif /*TESTSLAVEGUI_H_*/
    12 #endif /*TESTSLAVEGUI_H_ */