diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/objacces_8c.html
--- a/doc/doxygen/html/objacces_8c.html Fri Jun 08 09:02:43 2007 +0200
+++ b/doc/doxygen/html/objacces_8c.html Fri Jun 08 09:23:56 2007 +0200
@@ -1,6 +1,6 @@
@@ -26,21 +47,21 @@
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) |
+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) |
@@ -58,7 +79,7 @@
UNS32 _getODentry |
( |
- CO_Data * |
+ CO_Data * |
d, |
@@ -128,13 +149,9 @@
- Returns:
-DO NOT USE MSG_ERR because the macro may send a PDO -> infinite loop if it fails.
-We allow to fetch a shorter string than expected
-Error !
-
Definition at line 105 of file objacces.c.
-References accessDictionaryError(), and ptrTable.
+References accessDictionaryError(), td_subindex::bAccessType, td_subindex::bDataType, td_indextable::bSubCount, struct_s_timer_entry::d, MSG_WAR, OD_LENGTH_DATA_INVALID, OD_NO_SUCH_SUBINDEX, OD_READ_NOT_ALLOWED, OD_SUCCESSFUL, OD_WRITE_NOT_ALLOWED, td_subindex::pObject, td_indextable::pSubindex, ptrTable, struct_CO_Data::scanIndexOD, td_subindex::size, UNS32, UNS8, visible_string, and WO.
Referenced by getODentry(), and readLocalDict().
@@ -152,7 +169,7 @@
UNS32 _setODentry |
( |
- CO_Data * |
+ CO_Data * |
d, |
@@ -215,13 +232,9 @@
- Returns:
-Subindex not found
-Callbacks
-TODO : Store dans NVRAM
-
Definition at line 260 of file objacces.c.
-References accessDictionaryError(), and ptrTable.
+References accessDictionaryError(), td_subindex::bAccessType, td_subindex::bDataType, td_indextable::bSubCount, struct_s_timer_entry::d, MSG_WAR, OD_LENGTH_DATA_INVALID, OD_NO_SUCH_SUBINDEX, OD_SUCCESSFUL, OD_WRITE_NOT_ALLOWED, td_subindex::pObject, td_indextable::pSubindex, ptrTable, RO, struct_CO_Data::scanIndexOD, td_subindex::size, struct_CO_Data::storeODSubIndex, TO_BE_SAVE, UNS32, UNS8, struct_CO_Data::valueRangeTest, and visible_string.
Referenced by setODentry(), and writeLocalDict().
@@ -327,6 +340,8 @@
Definition at line 55 of file objacces.c.
+References MSG_WAR, OD_LENGTH_DATA_INVALID, OD_NO_SUCH_OBJECT, OD_NO_SUCH_SUBINDEX, OD_NOT_MAPPABLE, OD_VALUE_TOO_HIGH, OD_VALUE_TOO_LOW, and OD_WRITE_NOT_ALLOWED.
+
Referenced by _getODentry(), and _setODentry().
@@ -337,7 +352,7 @@
UNS32 getODentry |
( |
- CO_Data * |
+ CO_Data * |
d, |
@@ -402,7 +417,7 @@
Definition at line 198 of file objacces.c.
-References _getODentry().
+References _getODentry(), and struct_s_timer_entry::d.
Referenced by objdictToSDOline(), proceedPDO(), and proceedSYNC().
@@ -421,7 +436,7 @@
UNS32 readLocalDict |
( |
- CO_Data * |
+ CO_Data * |
d, |
@@ -486,7 +501,7 @@
Definition at line 229 of file objacces.c.
-References _getODentry().
+References _getODentry(), and struct_s_timer_entry::d.
Here is the call graph for this function: