0
|
1 |
|
|
2 |
/* File generated by gen_cfile.py. Should not be modified. */
|
|
3 |
|
|
4 |
#include "data.h"
|
|
5 |
|
79
|
6 |
/* Prototypes of function provided by object dictionnary */
|
|
7 |
UNS32 TestSlave_valueRangeTest (UNS8 typeValue, void * value);
|
|
8 |
const indextable * TestSlave_scanIndexOD (UNS16 wIndex, UNS32 * errorCode, ODCallback_t **callbacks);
|
|
9 |
|
|
10 |
/* prototypes of function to be filled by app. */
|
0
|
11 |
void TestSlave_SDOtimeoutError(UNS8 line);
|
|
12 |
void TestSlave_heartbeatError(UNS8);
|
|
13 |
|
|
14 |
UNS8 TestSlave_canSend(Message *);
|
|
15 |
|
79
|
16 |
void TestSlave_initialisation(void);
|
|
17 |
void TestSlave_preOperational(void);
|
|
18 |
void TestSlave_operational(void);
|
|
19 |
void TestSlave_stopped(void);
|
0
|
20 |
|
79
|
21 |
void TestSlave_post_sync(void);
|
|
22 |
void TestSlave_post_TPDO(void);
|
0
|
23 |
|
79
|
24 |
/* Master node data struct */
|
0
|
25 |
extern CO_Data TestSlave_Data;
|
|
26 |
|
79
|
27 |
extern ODCallback_t Store_parameters_callbacks[]; /* Callbacks of index0x1010 */
|
|
28 |
extern ODCallback_t Restore_Default_Parameters_callbacks[]; /* Callbacks of index0x1011 */
|
|
29 |
extern UNS8 SlaveMap1; /* Mapped at index 0x2000, subindex 0x00*/
|
|
30 |
extern UNS8 SlaveMap2; /* Mapped at index 0x2001, subindex 0x00*/
|
|
31 |
extern UNS8 SlaveMap3; /* Mapped at index 0x2002, subindex 0x00*/
|
|
32 |
extern UNS8 SlaveMap4; /* Mapped at index 0x2003, subindex 0x00*/
|