|
ChibiOS/EX
1.2.0
|
EX Generic Display Interface. More...

EX Generic Display Interface.
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... | |
Data Structures | |
| struct | BaseDisplayVMT |
BaseDisplay virtual methods table. More... | |
| struct | BaseDisplay |
| Base display class. More... | |
| #define _base_display_methods_alone |
BaseDisplay specific methods.
Definition at line 48 of file ex_displays.h.
| #define _base_display_methods _base_display_methods_alone |
BaseDisplay specific methods with inherited ones.
Definition at line 53 of file ex_displays.h.
| #define _base_display_data |
BaseDisplay specific data.
BaseDisplay is only an interface without implementation. Definition at line 68 of file ex_displays.h.
| #define displayGetType | ( | ip | ) | (ip)->vmt_basedisplay->get_type(ip) |
Sensors get axes number.
| [in] | ip | pointer to a BaseDisplay or derived class. |
Definition at line 95 of file ex_displays.h.