|
ChibiOS/HAL 9.0.0
|
Base object class. More...
#include <hal_objects.h>


Data Fields | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
Base object class.
This class represents a generic object including a virtual methods table (VMT).
Definition at line 61 of file hal_objects.h.
| const struct BaseObjectVMT* BaseObject::vmt |
Virtual Methods Table.
Definition at line 63 of file hal_objects.h.