ChibiOS/HAL  6.1.0

Base gyroscope class. More...

#include <hal_gyroscope.h>

Inheritance diagram for BaseGyroscope:
Inheritance graph
Collaboration diagram for BaseGyroscope:
Collaboration graph

Data Fields

const struct BaseGyroscopeVMTvmt
 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 gyroscope class.

This class represents a generic gyroscope.

Definition at line 88 of file hal_gyroscope.h.

Field Documentation

const struct BaseGyroscopeVMT* BaseGyroscope::vmt

Virtual Methods Table.

Definition at line 90 of file hal_gyroscope.h.