examples/DS401_Slave_Gui/TestSlaveGui.h
author etisserant
Thu, 11 Oct 2007 09:13:05 +0200
changeset 308 bd6606630a3f
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Reverted Makefile.in to keep DS-401 GUI example to out of build. (still not mature enough)
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/