Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
CAN bus analysis is usually done with CAN monitors that dump data into log files. Later this log files can be inspected by hand or with data visualisation tools.
Therefore, it would be nice to read/write different log file formats directly with QVector<QCanBusFrame>
The actual decoding logic could be done by
QCanBusFrame::{from|to}String(StringFormat format);
Attachments
Issue Links
- depends on
-
QTBUG-56790 Extend QCanBusFrame::toString() with format parameter
- Open