examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Thu, 06 Dec 2007 17:55:46 +0100
changeset 323 4df7e6d2d1db
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Adding "ParameterValue" as optional parameter for "VAR" entries
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/