examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Wed, 12 Sep 2007 17:18:43 +0200
changeset 273 58b39f97e352
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Some bugs fixed
Improved node print method
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/