examples/DS401_Slave_Gui/TestSlaveGui.h
author Edouard Tisserant
Fri, 03 Feb 2012 15:43:44 +0100
changeset 693 e21822be8189
parent 385 fff25f16c923
permissions -rw-r--r--
Applyed changes from discussion '[Canfestival-devel] some minor CanFestival build suggestions', https://sourceforge.net/mailarchive/message.php?msg_id=28397766
#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_ */