examples/DS401_Slave_Gui/TestSlaveGui.h
author etisserant
Tue, 11 Sep 2007 17:34:31 +0200
changeset 272 bbdbf0c17d3c
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Added SetRoot in networkedit to change project root on the fly
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/