CANMessage is the primitive CAN message object. It supports creation, parsing, formatting of messages. Can be easily integrated with CANPort and CANQueue libraries.
History
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.
2019-10-23, by WiredHome [Wed, 23 Oct 2019 21:38:12 +0000] rev 4
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.
Clean up CANMessage implementation.
2019-09-20, by WiredHome [Fri, 20 Sep 2019 21:56:43 +0000] rev 3
Clean up CANMessage implementation.
Eliminate the unnecessary Timer, and clean-up the CANPort to have access to underlying CAN methods.
2019-09-19, by WiredHome [Thu, 19 Sep 2019 21:46:09 +0000] rev 2
Eliminate the unnecessary Timer, and clean-up the CANPort to have access to underlying CAN methods.
Minor updates based on mbed version.
2019-08-28, by WiredHome [Wed, 28 Aug 2019 22:02:43 +0000] rev 1
Minor updates based on mbed version.
[mbed] converted /A_CANAdapter/CANUtilities/CANMessage
2012-07-15, by WiredHome [Sun, 15 Jul 2012 15:15:18 +0000] rev 0
[mbed] converted /A_CANAdapter/CANUtilities/CANMessage