Expand description
candump format parsing
Parses the text log format emitted by the candump
utility, which is
part of can-utils.
Example:
(1735270496.916858) can0 110#00112233
(1735270509.245511) can0 110#44556677
(1735270588.936508) can0 120##500112233445566778899AABB
(1735270606.171980) can0 122##500112233445566778899AABBCC000000
(1735279041.257318) can1 104#R
(1735279048.349278) can1 110#R4
(1469439874.299654) can1 104#
Can be parsed by a Reader
object. The API is inspired by the
csv crate.
Structs§
- CanDump
Record - Recorded CAN frame. This corresponds to the information in a line from the candump log.
- CanDump
Records - Original Record iterator
- Reader
- A CAN log reader.
Enums§
- Parse
Error - candump line parse error