RTI Connext Traditional C++ API  Version 6.1.0
DDS_ContentFilterProperty_t Struct Reference

<<extension>> Type used to provide all the required information to enable content filtering. More...

Public Attributes

char * content_filter_topic_name
 Name of the Content-filtered Topic associated with the Reader. More...
 
char * related_topic_name
 Name of the Topic related to the Content-filtered Topic. More...
 
char * filter_class_name
 Identifies the filter class this filter belongs to. RTPS can support multiple filter classes (SQL, regular expressions, custom filters, etc). More...
 
char * filter_expression
 The actual filter expression. Must be a valid expression for the filter class specified using filterClassName. More...
 
struct DDS_StringSeq expression_parameters
 Defines the value for each parameter in the filter expression. More...
 

Detailed Description

<<extension>> Type used to provide all the required information to enable content filtering.

Member Data Documentation

◆ content_filter_topic_name

char* DDS_ContentFilterProperty_t::content_filter_topic_name

Name of the Content-filtered Topic associated with the Reader.

◆ related_topic_name

char* DDS_ContentFilterProperty_t::related_topic_name

Name of the Topic related to the Content-filtered Topic.

◆ filter_class_name

char* DDS_ContentFilterProperty_t::filter_class_name

Identifies the filter class this filter belongs to. RTPS can support multiple filter classes (SQL, regular expressions, custom filters, etc).

◆ filter_expression

char* DDS_ContentFilterProperty_t::filter_expression

The actual filter expression. Must be a valid expression for the filter class specified using filterClassName.

◆ expression_parameters

struct DDS_StringSeq DDS_ContentFilterProperty_t::expression_parameters

Defines the value for each parameter in the filter expression.