examples/DS401_Slave_Gui/TestSlaveGui.h
author greg
Tue, 18 Sep 2007 09:02:38 +0200
changeset 275 7d5130f2f8ab
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
fix problem sh. Replace with bash in configure script. For msys, there is a bash version to download.
To compile for win32 with peak hardware:

./configure --can=peak_win32
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/