|
ChibiOS
21.6.0
|
Generic display interface header. More...
Go to the source code of this file.
Data Structures | |
| struct | BaseDisplayVMT |
BaseDisplay virtual methods table. More... | |
| struct | BaseDisplay |
| Base display class. More... | |
Macros | |
| #define | _base_display_methods_alone |
BaseDisplay specific methods. More... | |
| #define | _base_display_methods _base_display_methods_alone |
BaseDisplay specific methods with inherited ones. More... | |
| #define | _base_display_data |
BaseDisplay specific data. More... | |
Macro Functions (BaseDisplay) | |
| #define | displayGetType(ip) (ip)->vmt_basedisplay->get_type(ip) |
| Sensors get axes number. More... | |
Generic display interface header.
Definition in file ex_displays.h.