examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Fri, 16 Nov 2007 17:41:59 +0100
changeset 316 75691a663ec1
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Bugs that prevents to compile with wx2.8 fixed
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/