Skip to content

Commit

Permalink
z_sample_t docs update to include qos
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Feb 24, 2024
1 parent b5c702b commit 8e37ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zenoh-pico/api/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ static inline z_qos_t z_qos_default(void) { return _Z_N_QOS_DEFAULT; }
* z_encoding_t encoding: The encoding of the value of this data sample.
* z_sample_kind_t kind: The kind of this data sample (PUT or DELETE).
* z_timestamp_t timestamp: The timestamp of this data sample.
* z_qos_t qos: Quality of service settings used to deliver this sample.
*/
typedef _z_sample_t z_sample_t;

Expand Down

0 comments on commit 8e37ab8

Please sign in to comment.