examples/DS401_Slave_Gui/TestSlaveGui.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 22 May 2012 08:07:59 +0200
changeset 725 54b0c6de4e15
parent 385 fff25f16c923
permissions -rw-r--r--
Win32 VS2010 project files:
- changed debug database name und moved it to the OutDir
#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_ */