#include "objacces.h"
Go to the source code of this file.
Functions | |
UNS8 | accessDictionaryError (UNS16 index, UNS8 subIndex, UNS8 sizeDataDict, UNS8 sizeDataGiven, UNS32 code) |
UNS32 | _getODentry (CO_Data *d, UNS16 wIndex, UNS8 bSubindex, void *pDestData, UNS8 *pExpectedSize, UNS8 *pDataType, UNS8 checkAccess, UNS8 endianize) |
UNS32 | getODentry (CO_Data *d, UNS16 wIndex, UNS8 bSubindex, void *pDestData, UNS8 *pExpectedSize, UNS8 *pDataType, UNS8 checkAccess) |
UNS32 | readLocalDict (CO_Data *d, UNS16 wIndex, UNS8 bSubindex, void *pDestData, UNS8 *pExpectedSize, UNS8 *pDataType, UNS8 checkAccess) |
UNS32 | _setODentry (CO_Data *d, UNS16 wIndex, UNS8 bSubindex, void *pSourceData, UNS8 *pExpectedSize, UNS8 checkAccess, UNS8 endianize) |
UNS32 | setODentry (CO_Data *d, UNS16 wIndex, UNS8 bSubindex, void *pSourceData, UNS8 *pExpectedSize, UNS8 checkAccess) |
UNS32 | writeLocalDict (CO_Data *d, UNS16 wIndex, UNS8 bSubindex, void *pSourceData, UNS8 *pExpectedSize, UNS8 checkAccess) |
const indextable * | scanIndexOD (CO_Data *d, UNS16 wIndex, UNS32 *errorCode, ODCallback_t **Callback) |
UNS32 | RegisterSetODentryCallBack (CO_Data *d, UNS16 wIndex, UNS8 bSubindex, ODCallback_t Callback) |
void | _storeODSubIndex (UNS16 wIndex, UNS8 bSubindex) |
UNS32 _getODentry | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS8 | bSubindex, | |||
void * | pDestData, | |||
UNS8 * | pExpectedSize, | |||
UNS8 * | pDataType, | |||
UNS8 | checkAccess, | |||
UNS8 | endianize | |||
) |
UNS32 _setODentry | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS8 | bSubindex, | |||
void * | pSourceData, | |||
UNS8 * | pExpectedSize, | |||
UNS8 | checkAccess, | |||
UNS8 | endianize | |||
) |
void _storeODSubIndex | ( | UNS16 | wIndex, | |
UNS8 | bSubindex | |||
) |
Definition at line 308 of file objacces.c.
UNS8 accessDictionaryError | ( | UNS16 | index, | |
UNS8 | subIndex, | |||
UNS8 | sizeDataDict, | |||
UNS8 | sizeDataGiven, | |||
UNS32 | code | |||
) |
Definition at line 31 of file objacces.c.
UNS32 getODentry | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS8 | bSubindex, | |||
void * | pDestData, | |||
UNS8 * | pExpectedSize, | |||
UNS8 * | pDataType, | |||
UNS8 | checkAccess | |||
) |
UNS32 readLocalDict | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS8 | bSubindex, | |||
void * | pDestData, | |||
UNS8 * | pExpectedSize, | |||
UNS8 * | pDataType, | |||
UNS8 | checkAccess | |||
) |
UNS32 RegisterSetODentryCallBack | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS8 | bSubindex, | |||
ODCallback_t | Callback | |||
) |
const indextable* scanIndexOD | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS32 * | errorCode, | |||
ODCallback_t ** | Callback | |||
) |
Definition at line 292 of file objacces.c.
UNS32 setODentry | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS8 | bSubindex, | |||
void * | pSourceData, | |||
UNS8 * | pExpectedSize, | |||
UNS8 | checkAccess | |||
) |
UNS32 writeLocalDict | ( | CO_Data * | d, | |
UNS16 | wIndex, | |||
UNS8 | bSubindex, | |||
void * | pSourceData, | |||
UNS8 * | pExpectedSize, | |||
UNS8 | checkAccess | |||
) |