Astarte device API for Zephyr 0.8.0
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_data_t data)
 Initialize an Astarte object entry.
 
astarte_result_t astarte_object_entry_to_path_and_data (astarte_object_entry_t entry, const char **path, astarte_data_t *data)
 Convert an Astarte object entry to an Astarte data and path.
 

Detailed Description

Definitions for Astarte object data types.