Changeset 925 for trunk/MagicSoft/Cosy/candrv
- Timestamp:
- 09/07/01 12:44:16 (24 years ago)
- Location:
- trunk/MagicSoft/Cosy/candrv
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Cosy/candrv/nodedrv.cc ¶
r920 r925 47 47 void NodeDrv::HandleSDOError(LWORD_t data) 48 48 { 49 lout << " Err:0x";50 lout << hex << setfill('0') << setw(4) << data ;51 lout << endl; ;49 lout << "Nodedrv: SDO Error: Entry not found in deictionary (data=0x"; 50 lout << hex << setfill('0') << setw(4) << data << ")"; 51 lout << endl; 52 52 } 53 53 … … 125 125 } 126 126 127 void NodeDrv::WaitForSdo(WORD_t idx, BYTE_t subidx, WORD _t timeout)127 void NodeDrv::WaitForSdo(WORD_t idx, BYTE_t subidx, WORDS_t timeout) 128 128 { 129 129 fNetwork->WaitForSdo(fId, idx, subidx, timeout); -
TabularUnified trunk/MagicSoft/Cosy/candrv/nodedrv.h ¶
r920 r925 65 65 66 66 // void WaitForSdos(); 67 void WaitForSdo(WORD_t idx, BYTE_t subidx=0, WORD _t timeout=500);67 void WaitForSdo(WORD_t idx, BYTE_t subidx=0, WORDS_t timeout=500); 68 68 69 69 void EnableCanMsg(BYTE_t fcode);
Note:
See TracChangeset
for help on using the changeset viewer.