examples/DS401_Slave_Gui/TestSlaveGui.h
author fbeaulier
Tue, 30 Aug 2011 12:14:34 +0200
changeset 667 f48424ce2a5e
parent 385 fff25f16c923
permissions -rw-r--r--
Added include stdlib.h for malloc functions in sdo.c
#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_ */