|
Astarte device API for C++ 0.8.1
Astarte device SDK for C++
|
This is the complete list of members for AstarteDeviceSdk::AstarteMessage, including all inherited members.
| AstarteMessage(std::string_view interface, std::string_view path, T data) | AstarteDeviceSdk::AstarteMessage | inline |
| get_interface() const -> const std::string & | AstarteDeviceSdk::AstarteMessage | |
| get_path() const -> const std::string & | AstarteDeviceSdk::AstarteMessage | |
| get_raw_data() const -> const std::variant< AstarteDatastreamIndividual, AstarteDatastreamObject, AstartePropertyIndividual > & | AstarteDeviceSdk::AstarteMessage | |
| into() const -> const T & | AstarteDeviceSdk::AstarteMessage | inline |
| is_datastream() const -> bool | AstarteDeviceSdk::AstarteMessage | |
| is_individual() const -> bool | AstarteDeviceSdk::AstarteMessage | |
| operator!=(const AstarteMessage &other) const -> bool | AstarteDeviceSdk::AstarteMessage | |
| operator==(const AstarteMessage &other) const -> bool | AstarteDeviceSdk::AstarteMessage | |
| try_into() const -> std::optional< T > | AstarteDeviceSdk::AstarteMessage | inline |