examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Wed, 08 Aug 2007 08:51:09 +0200
changeset 253 bf58ce630b88
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Adding support for always installing last gnosis version
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/