examples/DS401_Slave_Gui/TestSlaveGui.h
author etisserant
Mon, 23 Jun 2008 17:54:18 +0200
changeset 483 763ae2ca410a
parent 385 fff25f16c923
permissions -rw-r--r--
LSS patch from Edward. Now, SetNodeId is not called from nmtslave anymore in case of LSS.
#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_ */