Ignore:
Timestamp:
01/13/03 18:18:15 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/candrv/vmodican.cc

    r1699 r1702  
    202202    const WORD_t cobid = desc>>5;
    203203
    204     switch (msg->cmd)
     204    switch (msg->cmd) // FROM mican.h
    205205    {
    206206    case M_MSG_LOST:
     
    208208        return;
    209209
     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
    210218    case M_BCAN_EVENT_ind:
    211         cout << "VmodIcan reports: CEVTind=0x37, " << hex;
     219        cout << "VmodIcan reports: CEVTind=0x37: " << hex;
    212220        switch (msg->data[0]) // error indicator
    213221        {
Note: See TracChangeset for help on using the changeset viewer.