![]() |
EduArt Sensor Ring Library 3.0.1
|
MeasurementClient that can be registered with the Logger to receive measurement data. More...
#include <ostream>#include <string>#include "sensorring/platform/SensorringExport.hpp"#include "sensorring/types/ThermalMeasurement.hpp"#include "sensorring/types/TofMeasurement.hpp"Go to the source code of this file.
Classes | |
| class | eduart::manager::MeasurementClient |
| Observer interface of the MeasurementManager class. Defines the callback methods that are triggered by the MeasurementManager. It is possible to implement only one or a selection of the callback methods. More... | |
Functions | |
| SENSORRING_API std::string | eduart::manager::toString (ManagerState state) noexcept |
| Function to convert the ManagerState enum class members to string. | |
| SENSORRING_API std::ostream & | eduart::manager::operator<< (std::ostream &os, ManagerState state) noexcept |
| Output stream operator for the ManagerState enum class members. | |
Variables | |
| Uninitialized | |
| Initialized | |
| Running | |
| Shutdown | |
MeasurementClient that can be registered with the Logger to receive measurement data.
|
noexcept |
Output stream operator for the ManagerState enum class members.
| [in] | state | to be printed as stream |
|
noexcept |
Function to convert the ManagerState enum class members to string.
| [in] | state | to be converted to a string |