CANMessage is the primitive CAN message object. It supports creation, parsing, formatting of messages. Can be easily integrated with CANPort and CANQueue libraries.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:4ba6856f7b4f | 2019-10-23 | WiredHome | Changed a Timer API to the old read_us() and typecast it to uint32_t. I lose the 64-bit resolution, but gain compatibility with an older version of the OS that supports the flash file system. |
3:c2a26d9d689b | 2019-09-20 | WiredHome | Clean up CANMessage implementation. |
2:4307b498b508 | 2019-09-19 | WiredHome | Eliminate the unnecessary Timer, and clean-up the CANPort to have access to underlying CAN methods. |
1:c56577ae52df | 2019-08-28 | WiredHome | Minor updates based on mbed version. |
0:f0ce97992c5f | 2012-07-15 | WiredHome | [mbed] converted /A_CANAdapter/CANUtilities/CANMessage |