5#ifndef ASTARTE_DEVICE_SDK_OWNERSHIP_H
6#define ASTARTE_DEVICE_SDK_OWNERSHIP_H
26static constexpr auto ownership_as_str(
AstarteOwnership ownership) -> std::string_view {
Umbrella namespace for the Astarte device SDK.
Definition data.hpp:22
AstarteOwnership
Possible Astarte ownership.
Definition ownership.hpp:19
@ kServer
Ownership is retained by the Astarte cloud server.
Definition ownership.hpp:23
@ kDevice
Ownership is retained by the device.
Definition ownership.hpp:21