diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/doxygen/html/dcf_8c.html --- a/doc/doxygen/html/dcf_8c.html Tue Jun 05 17:34:33 2007 +0200 +++ b/doc/doxygen/html/dcf_8c.html Tue Jun 05 18:43:21 2007 +0200 @@ -15,12 +15,17 @@
#include "objacces.h"
+#include "objacces.h"
#include "sdo.h"
#include "dcf.h"
#include "sysdep.h"
+Include dependency graph for dcf.c:
Go to the source code of this file.
Functions | |
const indextable * | ptrTable |
+
++Definition in file dcf.c.
- -
-Definition at line 1072 of file sdo.c. -
-References getSDOfreeLine(), getSDOlineOnUse(), initSDOline(), resetSDOline(), and sendSDO(). +
d | ||
nodeId | ||
index | ||
subIndex | ||
count | ||
dataType | ||
data | ||
Callback | ||
endianize |
+Verify that there is no SDO communication yet.
+Taking the line ...
+Check which SDO to use to communicate with the node
+looking for the nodeId server
+Copy data to transfers structure.
+Send the SDO to the server. Initiate download, cs=1.
+Expedited transfert
+Normal transfert
+nb of byte to transmit. Max = 255. (canfestival2 limitation).
+release the line +
+Definition at line 1247 of file sdo.c. +
+References getSDOfreeLine(), getSDOlineOnUse(), initSDOline(), resetSDOline(), and sendSDO(). +
+Referenced by decompo_dcf(), writeNetworkDict(), and writeNetworkDictCallBack(). +
+Here is the call graph for this function:
- -
-Definition at line 49 of file dcf.c. -
-References _writeNetworkDict(), and ptrTable. +
d | ||
nodeId |
+Loop on all Nodes supported in DCF subindexes
+condition on consise DCF string for NodeID, if big enough
+pointer to the DCF string for NodeID
+CO_Data* d
+UNS8 nodeId
+UNS16 index
+UNS8 subindex
+UNS8 count
+UNS8 dataType
+void *data
+SDOCallback_t Callback
+no endianize
+Push d->dcf_cursor to the end of data
+Switch Master to preOperational state +
+Definition at line 87 of file dcf.c. +
+References _writeNetworkDict(), and ptrTable. +
+Referenced by setState(). +
+Here is the call graph for this function:
-Definition at line 33 of file dcf.c. +Definition at line 57 of file dcf.c. +
+Referenced by _getODentry(), _setODentry(), decompo_dcf(), and setState().
-