|
ChibiOS 21.11.4
|
Base compass class. More...
#include <ex_compass.h>


Data Fields | |
| const struct BaseCompassVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseSensor | |
| const struct BaseSensorVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
Base compass class.
This class represents a generic compass.
Definition at line 86 of file ex_compass.h.
| const struct BaseCompassVMT* BaseCompass::vmt |
Virtual Methods Table.
Definition at line 88 of file ex_compass.h.
Referenced by lis3mdlObjectInit(), lsm303agrObjectInit(), and lsm303dlhcObjectInit().