Changeset 909 for trunk/MagicSoft/Cosy/candrv/nodedrv.cc
- Timestamp:
- 08/15/01 12:39:04 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/nodedrv.cc
r808 r909 116 116 } 117 117 118 void NodeDrv::WaitForSdo(WORD_t idx, BYTE_t subidx )118 void NodeDrv::WaitForSdo(WORD_t idx, BYTE_t subidx, WORD_t timeout) 119 119 { 120 while (fNetwork->WaitingForSdo(fId, idx, subidx)) 121 usleep(1); 120 fNetwork->WaitForSdo(fId, idx, subidx, timeout); 122 121 } 123 122 123 /* 124 124 void NodeDrv::WaitForSdos() 125 125 { … … 127 127 usleep(1); 128 128 } 129 */ 129 130 130 131 void NodeDrv::WaitForNextPdo1()
Note:
See TracChangeset
for help on using the changeset viewer.