examples/DS401_Slave_Gui/TestSlaveGui.h
author greg
Mon, 10 Sep 2007 08:04:32 +0200
changeset 267 96c688ebcde7
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Add win32 target (--can=win32) to compile with msys and mingw32
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/