diff -r 9e4ccb3cab96 -r 8be1c1e5fb17 examples/CANOpenShell/CANOpenShellSlaveOD.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/CANOpenShell/CANOpenShellSlaveOD.h Mon Jan 23 20:06:45 2012 +0100 @@ -0,0 +1,16 @@ + +/* File generated by gen_cfile.py. Should not be modified. */ + +#ifndef CANOPENSHELLSLAVEOD_H +#define CANOPENSHELLSLAVEOD_H + +#include "data.h" + +/* Prototypes of function provided by object dictionnary */ +UNS32 CANOpenShellSlaveOD_valueRangeTest (UNS8 typeValue, void * value); +const indextable * CANOpenShellSlaveOD_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks); + +/* Master node data struct */ +extern CO_Data CANOpenShellSlaveOD_Data; + +#endif // CANOPENSHELLSLAVEOD_H