ChibiOS/HAL  6.1.0

Base thermometer class. More...

#include <hal_thermometer.h>

Inheritance diagram for BaseThermometer:
Inheritance graph
Collaboration diagram for BaseThermometer:
Collaboration graph

Data Fields

const struct BaseThermometerVMTvmt
 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 thermometer class.

This class represents a generic thermometer.

Definition at line 86 of file hal_thermometer.h.

Field Documentation

const struct BaseThermometerVMT* BaseThermometer::vmt

Virtual Methods Table.

Definition at line 88 of file hal_thermometer.h.