Changeset 1702 for trunk/MagicSoft/Cosy/candrv/vmodican.cc
- Timestamp:
- 01/13/03 18:18:15 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/vmodican.cc
r1699 r1702 202 202 const WORD_t cobid = desc>>5; 203 203 204 switch (msg->cmd) 204 switch (msg->cmd) // FROM mican.h 205 205 { 206 206 case M_MSG_LOST: … … 208 208 return; 209 209 210 case M_BCAN_TX_con: /* confirm (+/-) transmission */ 211 cout << "VmodIcan reports: CTXcon=0x35" << endl; 212 cout << "This normally means, that the transmission of the following CAN frame failed:" << hex << endl; 213 cout << "Descr: 0x" << cobid << dec; 214 cout << " Rtr: " << (rtr?"Yes":"No"); 215 cout << " Len: " << (int)len << endl; 216 return; 217 210 218 case M_BCAN_EVENT_ind: 211 cout << "VmodIcan reports: CEVTind=0x37 ," << hex;219 cout << "VmodIcan reports: CEVTind=0x37: " << hex; 212 220 switch (msg->data[0]) // error indicator 213 221 {
Note:
See TracChangeset
for help on using the changeset viewer.