|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
RAII C++ wrappers for the oveRTOS MQTT client API. More...


Go to the source code of this file.
Classes | |
| struct | ove::mqtt::Config |
| MQTT connection configuration. More... | |
| class | ove::mqtt::Client |
| RAII wrapper around an oveRTOS MQTT client handle. More... | |
Namespaces | |
| namespace | ove |
| Top-level namespace for all oveRTOS C++ abstractions. | |
| namespace | ove::mqtt |
| C++ wrappers around the oveRTOS MQTT client API. | |
Enumerations | |
| enum class | ove::mqtt::Qos : uint8_t { ove::mqtt::AtMostOnce = 0 , ove::mqtt::AtLeastOnce = 1 } |
| MQTT Quality of Service level. More... | |
RAII C++ wrappers for the oveRTOS MQTT client API.