examples/DS401_Slave_Gui/TestSlaveGui.h
author etisserant
Mon, 06 Aug 2007 17:56:07 +0200
changeset 249 d328d0d9b88e
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Some cleanup in latex manual
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/