examples/DS401_Slave_Gui/TestSlaveGui.h
author Edouard Tisserant
Wed, 01 Feb 2012 18:07:04 +0100
changeset 691 17d9c0736935
parent 385 fff25f16c923
permissions -rw-r--r--
[ canfestival-Patches-3481330 ] Useless structure SHORT_CAN
[ canfestival-Patches-3481339 ] Useless local variable res in CanFestival\drivers\win32.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_ */