|
roo_control
API Documentation for roo_control
|
#include "roo_logging.h"#include "roo_quantity.h"#include "roo_quantity/temperature.h"Go to the source code of this file.
Data Structures | |
| class | roo_control::Thermometer |
| An abstraction of a thermometer, i.e., a device that reports temperature. More... | |
| struct | roo_control::Thermometer::Reading |
| Captures a temperature measured at a specific time. More... | |
Namespaces | |
| namespace | roo_control |
Functions | |
| roo_logging::Stream & | roo_control::operator<< (roo_logging::Stream &os, const Thermometer::Reading &r) |
| Streams a human-readable reading. | |