RTI Connext Java API  Version 6.1.2

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

Inherits Struct.

Public Member Functions

 ContentFilterProperty_t ()
 Constructor. More...
 

Public Attributes

String content_filter_topic_name
 Name of the Content-filtered Topic associated with the Reader. More...
 
String related_topic_name
 Name of the Topic related to the Content-filtered Topic. More...
 
String filter_class_name
 Identifies the filter class this filter belongs to. RTPS can support multiple filter classes (SQL, regular expressions, custom filters, etc). More...
 
String filter_expression
 The actual filter expression. Must be a valid expression for the filter class specified using filterClassName. More...
 
final 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.

Constructor & Destructor Documentation

◆ ContentFilterProperty_t()

Member Data Documentation

◆ content_filter_topic_name

String content_filter_topic_name

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

Referenced by ContentFilterProperty_t.ContentFilterProperty_t().

◆ related_topic_name

String related_topic_name

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

Referenced by ContentFilterProperty_t.ContentFilterProperty_t().

◆ filter_class_name

String filter_class_name

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

Referenced by ContentFilterProperty_t.ContentFilterProperty_t().

◆ filter_expression

String filter_expression

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

Referenced by ContentFilterProperty_t.ContentFilterProperty_t().

◆ expression_parameters

final StringSeq expression_parameters

Defines the value for each parameter in the filter expression.

Referenced by ContentFilterProperty_t.ContentFilterProperty_t().