examples/DS401_Slave_Gui/TestSlaveGui.h
author Christian Taedcke
Fri, 28 Jan 2011 14:51:18 +0100
changeset 657 c0e68a63f600
parent 385 fff25f16c923
permissions -rw-r--r--
FIX: - if a sdo transfer timeout occurres, reset the sdo line even if the callback function does not.
#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_ */