MSG_WAR(0x3A07, "restartSDO_TIMER for line : ", line);\
-if(d->transfers[id].timer != TIMER_NONE) { StopSDO_TIMER(id) StartSDO_TIMER(id) }
+Value:
Definition at line 160 of file sdo.c.
@@ -408,8 +431,8 @@
-Value:
MSG_WAR(0x3A06, "StartSDO_TIMER for line : ", line);\
-d->transfers[id].timer = SetAlarm(d,id,&SDOTimeoutAlarm,MS_TO_TIMEVAL(SDO_TIMEOUT_MS),0);
+Value:
Definition at line 156 of file sdo.c.
@@ -434,8 +457,8 @@
-Value:
MSG_WAR(0x3A05, "StopSDO_TIMER for line : ", line);\
-d->transfers[id].timer = DelAlarm(d->transfers[id].timer);
+Value:
Definition at line 152 of file sdo.c.
@@ -451,7 +474,7 @@
INLINE UNS8 _readNetworkDict |
( |
- CO_Data * |
+ CO_Data * |
d, |
@@ -481,7 +504,7 @@
|
|
- SDOCallback_t |
+ SDOCallback_t |
Callback | |
@@ -507,25 +530,21 @@
- Returns:
-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
-Send the SDO to the server. Initiate upload, cs=2.
-
Definition at line 1406 of file sdo.c.
-References getSDOfreeLine(), getSDOlineOnUse(), initSDOline(), resetSDOline(), and sendSDO().
+References struct_s_SDO::body, td_indextable::bSubCount, struct_s_transfer::Callback, struct_s_timer_entry::d, BODY::data, struct_s_transfer::dataType, struct_CO_Data::firstIndex, getSDOfreeLine(), getSDOlineOnUse(), initSDOline(), struct_CO_Data::lastIndex, MSG_ERR, MSG_WAR, struct_s_SDO::nodeId, struct_CO_Data::objdict, td_subindex::pObject, td_indextable::pSubindex, resetSDOline(), SDO_CLIENT, s_quick_index::SDO_CLT, SDO_UPLOAD_IN_PROGRESS, sendSDO(), struct_CO_Data::transfers, UNS16, UNS32, and UNS8.
Referenced by readNetworkDict(), and readNetworkDictCallback().
Here is the call graph for this function:
@@ -537,7 +556,7 @@
INLINE UNS8 _writeNetworkDict |
( |
- CO_Data * |
+ CO_Data * |
d, |
@@ -579,7 +598,7 @@
|
|
- SDOCallback_t |
+ SDOCallback_t |
Callback, |
@@ -623,7 +642,7 @@
UNS8 closeSDOtransfer |
( |
- CO_Data * |
+ CO_Data * |
d, |
@@ -660,7 +679,9 @@
Definition at line 439 of file sdo.c.
-References getSDOlineOnUse(), and resetSDOline().
+References struct_s_timer_entry::d, getSDOlineOnUse(), MSG_WAR, resetSDOline(), and UNS8.
+
+Referenced by ReadSDO(), and TestMaster_post_TPDO().
Here is the call graph for this function: