|
roo_control
API Documentation for roo_control
|
An abstraction of a thermometer, i.e., a device that reports temperature. More...
#include <thermometer.h>
Data Structures | |
| struct | Reading |
| Captures a temperature measured at a specific time. More... | |
Public Member Functions | |
| virtual | ~Thermometer ()=default |
| virtual Reading | readTemperature () const =0 |
| Returns the latest available temperature reading. | |
An abstraction of a thermometer, i.e., a device that reports temperature.
Definition at line 10 of file thermometer.h.
|
virtualdefault |
Returns the latest available temperature reading.
Implemented in roo_control::BoundThermometer, and roo_control::ExpiringThermometer.