summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/receivedframesview.h
Commit message (Collapse)AuthorAgeFilesLines
* CAN example: Replace received frames edit with proper table and modelEvgeny Shtanov2021-03-191-0/+67
Add a class based on QAbstractTableModel to show the received frames. Also add a configurable queue to buffer the frames before displaying them. This should avoid frames loss in flood traffic mode. Task-number: QTBUG-85611 Change-Id: Iac4671096c1cbfdc8297acf3c99be960b7eaf010 Reviewed-by: André Hartmann <aha_1980@gmx.de>