Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
|
Definitions for Astarte object data types. More...
#include "astarte_device_sdk/astarte.h"
#include "astarte_device_sdk/individual.h"
#include "astarte_device_sdk/result.h"
Go to the source code of this file.
Data Structures | |
struct | astarte_object_entry_t |
Object entry data type. More... | |
Functions | |
astarte_object_entry_t | astarte_object_entry_new (const char *path, astarte_individual_t individual) |
Initialize an Astarte object entry. | |
astarte_result_t | astarte_object_entry_to_path_and_individual (astarte_object_entry_t entry, const char **path, astarte_individual_t *individual) |
Convert an Astarte object entry to an Astarte individual and path. | |
Definitions for Astarte object data types.