ChibiOS 21.11.4
BaseHygrometer Struct Reference

Base hygrometer class. More...

#include <ex_hygrometer.h>

Inheritance diagram for BaseHygrometer:
Inheritance graph
Collaboration diagram for BaseHygrometer:
Collaboration graph

Data Fields

const struct BaseHygrometerVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseSensor
const struct BaseSensorVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table.

Detailed Description

Base hygrometer class.

This class represents a generic hygrometer.

Definition at line 86 of file ex_hygrometer.h.

Field Documentation

◆ vmt

const struct BaseHygrometerVMT* BaseHygrometer::vmt

Virtual Methods Table.

Definition at line 88 of file ex_hygrometer.h.

Referenced by hts221ObjectInit().