RTI Connext Traditional C++ API Version 7.5.0

Use these QoS fields if you are using content filtering on your data.

Use these QoS fields if you are using content filtering on your data.

Content filtering most commonly refers to using a DDSContentFilteredTopic, but data can also be filtered using DDSTopicQuery to run a new filter over the data in a DataWriter's cache, or DDSQueryCondition to read a subset of the data that is currently stored in the DataReader's cache.

See also
Queries and Filters Syntax.

Advanced Settings

DDS_DataReaderResourceLimitsQosPolicymax_query_condition_filters
<<extension>> The maximum number of query condition filters a reader is allowed.
DDS_DataWriterResourceLimitsQosPolicymax_remote_reader_filters
<<extension>> The maximum number of remote DataReaders for which the DDSDataWriter will perform content-based filtering.
DDS_DomainParticipantResourceLimitsQosPolicycontent_filtered_topic_allocation
<<extension>> Allocation settings applied to content filtered topic.
DDS_DomainParticipantResourceLimitsQosPolicycontent_filter_allocation
<<extension>> Allocation settings applied to content filter.
DDS_DomainParticipantResourceLimitsQosPolicyquery_condition_allocation
<<extension>> Allocation settings applied to query condition pool.
DDS_DomainParticipantResourceLimitsQosPolicycontent_filtered_topic_hash_buckets
[DEPRECATED] <<extension>> Number of hash buckets for content filtered topics.
DDS_DomainParticipantResourceLimitsQosPolicycontent_filter_hash_buckets
[DEPRECATED] <<extension>> Number of hash buckets for content filters.
DDS_DomainParticipantResourceLimitsQosPolicycontentfilter_property_max_length
<<extension>> This field is the maximum length of all data related to a Content-filtered topic.
DDS_DomainParticipantResourceLimitsQosPolicychannel_seq_max_length
<<extension>> Maximum number of channels that can be specified in DDS_MultiChannelQosPolicy for MultiChannel DataWriters.
DDS_DomainParticipantResourceLimitsQosPolicychannel_filter_expression_max_length
<<extension>> Maximum length of a channel DDS_ChannelSettings_t::filter_expression in a MultiChannel DataWriter.
DDS_ChannelSettings_tmulticast_settings
<<extension>> A sequence of DDS_TransportMulticastSettings_t used to configure the multicast addresses associated with a channel.
DDS_ChannelSettings_tfilter_expression
<<extension>> A logical expression used to determine the data that will be published in the channel.
DDS_MultiChannelQosPolicyfilter_name
<<extension>> Name of the filter class used to describe the filter expressions of a MultiChannel DataWriter.