roo_control
API Documentation for roo_control
Loading...
Searching...
No Matches
roo_control::Thermometer::Reading Struct Reference

Captures a temperature measured at a specific time. More...

#include <thermometer.h>

Collaboration diagram for roo_control::Thermometer::Reading:
[legend]

Data Fields

roo_quantity::Temperature value
 Measured temperature value.
 
roo_time::Uptime time
 Timestamp of the reading.
 

Detailed Description

Captures a temperature measured at a specific time.

Definition at line 13 of file thermometer.h.

Field Documentation

◆ time

roo_time::Uptime roo_control::Thermometer::Reading::time

Timestamp of the reading.

Definition at line 17 of file thermometer.h.

Referenced by roo_control::ExpiringThermometer::readTemperature().

◆ value

roo_quantity::Temperature roo_control::Thermometer::Reading::value

Measured temperature value.

Definition at line 15 of file thermometer.h.

Referenced by roo_control::BoundThermometer::readTemperature(), and roo_control::ExpiringThermometer::readTemperature().


The documentation for this struct was generated from the following file: