examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Tue, 02 Oct 2007 17:45:25 +0200
changeset 300 b83d063c4dc4
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Bug on new file and open file with wxPython 2.8.4.2 on GTK fixed
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

	int 	main_can(s_BOARD SlaveBoard, char* LibraryPath);
	void	stop_slave();

#endif /*TESTSLAVEGUI_H_*/