examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Thu, 06 Dec 2007 17:59:06 +0100
changeset 326 98a83c4194b5
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Bug on Close Frame fixed
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/