ChibiOS  21.6.0
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. More...
 
- Data Fields inherited from BaseSensor
const struct BaseSensorVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table. More...
 

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.