![]() |
EduArt Sensor Ring Library 3.0.0
|
ManagerState and helpers for the MeasurementManager. More...
#include <ostream>#include <string>#include "sensorring/platform/SensorringExport.hpp"Go to the source code of this file.
Enumerations | |
| enum class | eduart::manager::ManagerState { Uninitialized , Initialized , Running , Shutdown , Error } |
| Health state of the sensorring state machine worker. | |
Functions | |
| SENSORRING_EXPORT std::string | eduart::manager::toString (ManagerState state) noexcept |
| Function to convert the ManagerState enum class members to string. | |
| SENSORRING_EXPORT std::ostream & | eduart::manager::operator<< (std::ostream &os, ManagerState state) noexcept |
| Output stream operator for the ManagerState enum class members. | |
ManagerState and helpers for the MeasurementManager.
|
noexcept |
Output stream operator for the ManagerState enum class members.
| [in] | os | output stream to write to |
| [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 |