ChibiOS 21.11.4
BaseCompass Struct Reference

Base compass class. More...

#include <ex_compass.h>

Inheritance diagram for BaseCompass:
Inheritance graph
Collaboration diagram for BaseCompass:
Collaboration graph

Data Fields

const struct BaseCompassVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseSensor
const struct BaseSensorVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table.

Detailed Description

Base compass class.

This class represents a generic compass.

Definition at line 86 of file ex_compass.h.

Field Documentation

◆ vmt

const struct BaseCompassVMT* BaseCompass::vmt

Virtual Methods Table.

Definition at line 88 of file ex_compass.h.

Referenced by lis3mdlObjectInit(), lsm303agrObjectInit(), and lsm303dlhcObjectInit().