|
ChibiOS 21.11.4
|
Base gyroscope class. More...
#include <ex_gyroscope.h>


Data Fields | |
| const struct BaseGyroscopeVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseSensor | |
| const struct BaseSensorVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
Base gyroscope class.
This class represents a generic gyroscope.
Definition at line 88 of file ex_gyroscope.h.
| const struct BaseGyroscopeVMT* BaseGyroscope::vmt |
Virtual Methods Table.
Definition at line 90 of file ex_gyroscope.h.
Referenced by l3gd20ObjectInit(), lsm6ds0ObjectInit(), and lsm6dslObjectInit().