examples/DS401_Slave_Gui/TestSlaveGui.h
author mwildbolz
Mon, 01 Oct 2012 16:58:35 +0200
changeset 749 5cbb8e9ad67c
parent 385 fff25f16c923
permissions -rw-r--r--
Changed configure to compile on Debian with the latest RTAI patch installed (removed rtdm library in compiler flags)
Commented out the MSG_WAR section for RTAI because this only runs in an RTAI Kernelspace program
#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_ */