examples/DS401_Slave_Gui/TestSlaveGui.h
author Christian Taedcke
Thu, 09 Sep 2010 15:56:06 +0200
changeset 636 033fe6f1ec3c
parent 385 fff25f16c923
permissions -rw-r--r--
ADDED: - dynamic memory allocation for sdo transfer using malloc and free
CHANGED: - enabled lss, enabled dynamic buffer allocation and set max sim sdo transfers to 32
#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_ */