oresat / CANopen-monitor

An NCurses-based TUI application for tracking activity over the CAN bus and decoding messages with provided EDS/OD files.
https://canopen-monitor.readthedocs.io/
GNU General Public License v3.0
26 stars 6 forks source link

Frame Table Pane #34

Closed dmitri-mcguckin closed 3 years ago

dmitri-mcguckin commented 3 years ago

A customized pane is needed for displaying general CAN messages (SDO's, PDO's, EMCY, etc.). This must inherit the new abstract pane class but must customize the draw update function, per the frame table.

dmitri-mcguckin commented 3 years ago

Closed with PR #41