Module dump

Source
Expand description

candump format parsing

Parses the text format emitted by the candump utility, which is part of can-utils.

Example:

(1469439874.299654) can1 701#7F

Can be parsed by a Reader object. The API is inspired by the csv crate.

Structs§

CanDumpRecord
Recorded CAN frame.
CanDumpRecords
Record iterator
Reader
A CAN log reader.

Enums§

ParseError
candump line parse error