examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Thu, 27 Sep 2007 08:59:22 +0200
changeset 286 85d5361179f3
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Adding support for restricting user to only dynamically set 0 to index 0x1003 subindex 0x00 in gen_cfile.py
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/