examples/DS401_Slave_Gui/TestSlaveGui.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 08 Nov 2011 08:59:05 +0000
changeset 686 194289baf21b
parent 385 fff25f16c923
permissions -rw-r--r--
Win32:
FIXED: - The argument of LoadCanDriver() is LPCTSTR, not const char*
#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_ */