examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Wed, 08 Aug 2007 14:55:15 +0200
changeset 254 f2b0acb54e65
parent 246 d635cfc520ee
child 329 7717252e3ed9
permissions -rw-r--r--
Cleaning code for using only wxPython 2.6 class naming
Adding sizers to all dialogs
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

	#include "canfestival.h"

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

#endif /*TESTSLAVEGUI_H_*/