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 @@ -CanFestival: /home/epimerde/documents/tc11/CanFestival-3/src/objacces.c File Reference +CanFestival: src/objacces.c File Reference @@ -8,17 +8,38 @@
-

/home/epimerde/documents/tc11/CanFestival-3/src/objacces.c File Reference

#include "objacces.h"
- -

-Include dependency graph for objacces.c:

+ +

objacces.c File Reference

#include "objacces.h"
+ +

+Include dependency graph for objacces.c:

+ + + + + + + + + + + + + + + + +

Go to the source code of this file. @@ -26,21 +47,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -58,7 +79,7 @@ - + @@ -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 @@

- + @@ -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 @@

- + @@ -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 @@

- + @@ -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:

@@ -503,7 +518,7 @@ - + @@ -521,7 +536,7 @@ - + @@ -547,9 +562,9 @@

Definition at line 419 of file objacces.c.

-References scanIndexOD(). -

-Referenced by heartbeatInit(), and startSYNC(). +References struct_s_timer_entry::d, OD_SUCCESSFUL, scanIndexOD(), and UNS32. +

+Referenced by heartbeatInit(), InitNodes(), and startSYNC().

Here is the call graph for this function:

@@ -563,9 +578,9 @@

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 indextablescanIndexOD (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 * CO_Data d,
UNS32 _setODentry (CO_Data * CO_Data d,
UNS32 getODentry (CO_Data * CO_Data d,
UNS32 readLocalDict (CO_Data * CO_Data d,
UNS32 RegisterSetODentryCallBack (CO_Data * CO_Data d,
ODCallback_t ODCallback_t  Callback 
- - - + + + @@ -583,7 +598,7 @@ - + @@ -609,6 +624,8 @@

Definition at line 404 of file objacces.c.

+References struct_s_timer_entry::d, and struct_CO_Data::scanIndexOD. +

Referenced by RegisterSetODentryCallBack().

@@ -619,7 +636,7 @@

- + @@ -677,7 +694,7 @@

Definition at line 350 of file objacces.c.

-References _setODentry(). +References _setODentry(), and struct_s_timer_entry::d.

Referenced by proceedPDO(), and SDOlineToObjdict().

@@ -696,7 +713,7 @@

- + @@ -754,7 +771,9 @@

Definition at line 378 of file objacces.c.

-References _setODentry(). +References _setODentry(), and struct_s_timer_entry::d. +

+Referenced by main(), and TestMaster_initialisation().

Here is the call graph for this function:

@@ -764,7 +783,7 @@

-


Generated on Tue Jun 5 18:32:07 2007 for CanFestival by  +
Generated on Fri Jun 8 08:52:12 2007 for CanFestival by  doxygen 1.5.1
const indextable* scanIndexOD (CO_Data * const indextable* scanIndexOD (CO_Data d,
ODCallback_t ** ODCallback_t **  Callback 
UNS32 setODentry (CO_Data * CO_Data d,
UNS32 writeLocalDict (CO_Data * CO_Data d,