examples/DS401_Slave_Gui/TestSlaveGui.h
author Edouard Tisserant
Wed, 09 May 2018 13:16:00 +0200
changeset 806 b9f1fcda7d30
parent 385 fff25f16c923
permissions -rw-r--r--
Force -fPIC in CFLAGS for xenomai targets.
#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_ */