examples/DS401_Slave_Gui/TestSlaveGui.h
author greg
Thu, 20 Nov 2008 07:51:14 +0100
changeset 527 7d5c74cc8f91
parent 385 fff25f16c923
permissions -rw-r--r--
- Fix bug with relative path when node opened from command line
- Warning dialog when domain mapped variables not initialized
#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_ */