ChibiOS/HAL 9.0.0
|
Base object. More...
Go to the source code of this file.
Data Structures | |
struct | BaseObjectVMT |
BaseObject virtual methods table. More... | |
struct | BaseObject |
Base object class. More... |
Macros | |
#define | _base_object_methods |
BaseObject specific methods. | |
#define | _base_object_data |
BaseObject specific data. | |
Macro Functions (BaseObject) | |
#define | objGetInstance(type, ip) |
Returns the instance pointer starting from an interface pointer. |
Base object.
This header defines a base object that is the root for the inheritance system.
Definition in file hal_objects.h.