RTI Connext C API
Version 6.0.0
|
The QoS policy used to report the configuration of a MultiChannel DataWriter as part of DDS_PublicationBuiltinTopicData. More...
Data Fields | |
struct DDS_LocatorFilterSeq | locator_filters |
A sequence of DDS_LocatorFilter_t. Each DDS_LocatorFilter_t reports the configuration of a single channel of a MultiChannel DataWriter. | |
char * | filter_name |
Name of the filter class used to describe the filter expressions of a MultiChannel DataWriter. | |
The QoS policy used to report the configuration of a MultiChannel DataWriter as part of DDS_PublicationBuiltinTopicData.
struct DDS_LocatorFilterSeq DDS_LocatorFilterQosPolicy::locator_filters |
A sequence of DDS_LocatorFilter_t. Each DDS_LocatorFilter_t reports the configuration of a single channel of a MultiChannel DataWriter.
A sequence length of zero indicates the DDS_MultiChannelQosPolicy is not in use.
[default] Empty sequence.
char* DDS_LocatorFilterQosPolicy::filter_name |
Name of the filter class used to describe the filter expressions of a MultiChannel DataWriter.
The following builtin filters are supported: DDS_SQLFILTER_NAME and DDS_STRINGMATCHFILTER_NAME.
Important: This value must be assigned to either one of the predefined values (DDS_SQLFILTER_NAME or DDS_STRINGMATCHFILTER_NAME), or to an allocated string with DDS_String_alloc or DDS_String_dup. It should not be assigned to a string constant.
[default] DDS_STRINGMATCHFILTER_NAME