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