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