examples/DS401_Slave_Gui/TestSlaveGui.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 22 May 2012 08:10:09 +0200
changeset 726 b52c951dec63
parent 385 fff25f16c923
permissions -rw-r--r--
Win32 IXXAT driver:
- prevent crash after calling the close() function
#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_ */