examples/DS401_Slave_Gui/TestSlaveGui.h
author ct@78566C00-6F59-1014-AAEE-A77C3B9AAB40
Mon, 08 Aug 2011 11:57:43 +0000
changeset 681 3c42b5df66b1
parent 385 fff25f16c923
permissions -rw-r--r--
Win32-Dll:
CHANGED: - export the function sendOnePDOevent from the windows dll.
#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_ */