examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Thu, 13 Sep 2007 09:02:56 +0200
changeset 274 39beb1c7542a
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Modifying node Print function for displaying more informations
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/