Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
Loading...
Searching...
No Matches
object.h File Reference

Definitions for Astarte object data types. More...

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.
 

Detailed Description

Definitions for Astarte object data types.