ChibiOS/HAL  6.1.0

Base compass class. More...

#include <hal_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 hal_compass.h.

Field Documentation

const struct BaseCompassVMT* BaseCompass::vmt

Virtual Methods Table.

Definition at line 88 of file hal_compass.h.