examples/DS401_Slave_Gui/TestSlaveGui.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 22 May 2012 08:14:52 +0200
changeset 727 aebbcdd34590
parent 385 fff25f16c923
permissions -rw-r--r--
Win32 win32test:
- added optional parameter busname to command line
#ifndef TESTSLAVEGUI_H_
#define TESTSLAVEGUI_H_

extern "C"
{
#include "canfestival.h"
}

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

#endif /*TESTSLAVEGUI_H_ */