examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Tue, 30 Oct 2007 16:21:04 +0100
changeset 311 adf4a929cf8b
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Bug on type inconsistency in SDO Client fixed
(Correction submitted by Robert McCullough)
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/