diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/objacces_8h.html --- a/doc/doxygen/html/objacces_8h.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/objacces_8h.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
#include <applicfg.h>
@@ -27,54 +27,54 @@
Include dependency graph for objacces.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef UNS32(*) | valueRangeTest_t (UNS8 typeValue, void *Value) |
typedef void(*) | storeODSubIndex_t (UNS16 wIndex, UNS8 bSubindex) |
typedef UNS32(*) | valueRangeTest_t (UNS8 typeValue, void *Value) |
typedef void(*) | storeODSubIndex_t (UNS16 wIndex, UNS8 bSubindex) |
Functions | |
void | _storeODSubIndex (UNS16 wIndex, UNS8 bSubindex) |
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) |
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) |
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) |
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) |
Definition in file objacces.h.
typedef void(* ) storeODSubIndex_t(UNS16 wIndex, UNS8 bSubindex) | + +
typedef void(* ) storeODSubIndex_t(UNS16 wIndex, UNS8 bSubindex) |
typedef UNS32(*) valueRangeTest_t(UNS8 typeValue, void *Value) | + +
typedef UNS32(*) valueRangeTest_t(UNS8 typeValue, void *Value) |