From 8e37ab813f6aec4a7c0f0165a6d104f89e38baa1 Mon Sep 17 00:00:00 2001 From: Denis Biryukov Date: Sat, 24 Feb 2024 13:54:30 +0100 Subject: [PATCH] z_sample_t docs update to include qos --- include/zenoh-pico/api/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/zenoh-pico/api/types.h b/include/zenoh-pico/api/types.h index 06117dd06..11dc18478 100644 --- a/include/zenoh-pico/api/types.h +++ b/include/zenoh-pico/api/types.h @@ -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;