examples/DS401_Slave_Gui/TestSlaveGui.h
author etisserant
Mon, 01 Oct 2007 17:17:35 +0200
changeset 297 639e5ec5a120
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Fixed some transmit type issues (for 254 255) with null event and/or inhibit time
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/