examples/DS401_Slave_Gui/TestSlaveGui.h
author Laurent Bessard
Tue, 04 Dec 2012 18:01:47 +0100
changeset 762 4b60a0d313b0
parent 385 fff25f16c923
permissions -rw-r--r--
Fix bug with Type selection of Array user defined variables
#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_ */