examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Fri, 05 Oct 2007 17:58:04 +0200
changeset 305 db803c81f19f
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Bug on some eds including StandardDataTypes section fixed
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/