#include "data.h"

Go to the source code of this file.
Functions | |
| const indextable * | scanIndexOD (CO_Data *d, UNS16 wIndex, UNS32 *errorCode, ODCallback_t **Callback) |
| Scan the index of object dictionary. Used only by setODentry and getODentry. | |
Definition in file objacces.c.
| const indextable* scanIndexOD | ( | CO_Data * | d, | |
| UNS16 | wIndex, | |||
| UNS32 * | errorCode, | |||
| ODCallback_t ** | Callback | |||
| ) |
Scan the index of object dictionary. Used only by setODentry and getODentry.
| *d | Pointer to a CAN object data structure | |
| wIndex | ||
| *errorCode | : OD_SUCCESSFUL if index foundor SDO abort code. (See file def.h) | |
| **Callback |
Definition at line 263 of file objacces.c.
References struct_CO_Data::scanIndexOD.
Referenced by PDOInit().
1.5.6