ChibiOS/EX 1.3.0
BaseGyroscope Struct Reference

Base gyroscope class. More...

#include <ex_gyroscope.h>

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

Data Fields

const struct BaseGyroscopeVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseSensor
const struct BaseSensorVMTvmt
 Virtual Methods Table.

Detailed Description

Base gyroscope class.

This class represents a generic gyroscope.

Definition at line 88 of file ex_gyroscope.h.

Field Documentation

◆ vmt

const struct BaseGyroscopeVMT* BaseGyroscope::vmt

Virtual Methods Table.

Definition at line 90 of file ex_gyroscope.h.

Referenced by l3gd20ObjectInit(), lsm6ds0ObjectInit(), and lsm6dslObjectInit().