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

Abstract Pane Class #33

Closed dmitri-mcguckin closed 3 years ago

dmitri-mcguckin commented 3 years ago

A (new) abstract pane class is needed to serve as a base class for customized panes.

Must include:

...

TBD