examples/DS401_Slave_Gui/TestSlaveGui.h
author lbessard
Wed, 19 Mar 2008 16:08:12 +0100
changeset 418 64a8c24b61a5
parent 385 fff25f16c923
permissions -rw-r--r--
Problem with String size in C file generated fixed
Adding a DefaultStringSize parameter that can be changed by users into NodeInfosDialog
Adding icons into objdictedit and networkedit menus
#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_ */