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

Macro Functions (BaseDisplay) | |
| #define | displayGetType(ip) |
| Sensors get axes number. | |
Data Structures | |
| struct | BaseDisplayVMT |
BaseDisplay virtual methods table. More... | |
| struct | BaseDisplay |
| Base display class. More... | |
Macros | |
| #define | _base_display_methods_alone |
BaseDisplay specific methods. | |
| #define | _base_display_methods _base_display_methods_alone |
BaseDisplay specific methods with inherited ones. | |
| #define | _base_display_data |
BaseDisplay specific data. | |
| #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 | ) |
Sensors get axes number.
| [in] | ip | pointer to a BaseDisplay or derived class. |
Definition at line 95 of file ex_displays.h.