|
RTI Connext DDS Micro C++ API
Version 4.1.0
|
Properties are name/value pairs objects. More...
#include <dds_c_property_qos.h>
Public Attributes | |
| 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. | |
Properties are name/value pairs objects.
| 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.