RTI Connext DDS Micro C API  Version 4.0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_Property_t Struct Reference

Properties are name/value pairs objects. More...

#include <dds_c_property_qos.h>

Data Fields

DDS_String name
 Property name.
DDS_String value
 Property value.
DDS_Boolean propagate
 Indicates if the property must be propagated on discovery. Must be DDS_BOOLEAN_FALSE.

Detailed Description

Properties are name/value pairs objects.


Field Documentation

DDS_String DDS_Property_t::name

Property name.

It must be a NULL-terminated string allocated with DDS_String_alloc or DDS_String_dup.

DDS_String DDS_Property_t::value

Property value.

It must be a NULL-terminated string allocated with DDS_String_alloc or DDS_String_dup.

DDS_Boolean DDS_Property_t::propagate

Indicates if the property must be propagated on discovery. Must be DDS_BOOLEAN_FALSE.


RTI Connext DDS Micro C API Version 4.0.1 Copyright © Mon Jun 3 2024 Real-Time Innovations, Inc