examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Tue, 25 Sep 2007 08:19:44 +0200
changeset 281 685d9a26e4f9
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Obsolete example files in objdictgen/examples replaced by some new equivalents
Some bugs fixed
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/