diff -r 6787754b251b -r b6572d0336c3 doc/doxygen/html/objacces_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/objacces_8c.html Mon Jun 04 17:59:50 2007 +0200 @@ -0,0 +1,590 @@ + +
+#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 | + |
+ | ) | ++ |
+ +
+Definition at line 68 of file objacces.c. +
+References accessDictionaryError(), and ptrTable. +
UNS32 _setODentry | +( | +CO_Data * | +d, | +|
+ | + | UNS16 | +wIndex, | +|
+ | + | UNS8 | +bSubindex, | +|
+ | + | void * | +pSourceData, | +|
+ | + | UNS8 * | +pExpectedSize, | +|
+ | + | UNS8 | +checkAccess, | +|
+ | + | UNS8 | +endianize | + |
+ | ) | ++ |
+ +
+Definition at line 181 of file objacces.c. +
+References accessDictionaryError(), and ptrTable. +
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 | + |
+ | ) | ++ |
+