#include <managed_infrastructure.h>
Public Attributes | |
| System::String^ | content_filter_topic_name |
| Name of the Content-filtered Topic associated with the Reader. | |
| System::String^ | related_topic_name |
| Name of the Topic related to the Content-filtered Topic. | |
| System::String^ | filter_class_name |
| Identifies the filter class this filter belongs to. RTPS can support multiple filter classes (SQL, regular expressions, custom filters, etc). | |
| System::String^ | filter_expression |
| The actual filter expression. Must be a valid expression for the filter class specified using filterClassName. | |
| StringSeq^ | expression_parameters |
| Defines the value for each parameter in the filter expression. | |
| System::String ^ DDS::ContentFilterProperty_t::content_filter_topic_name |
Name of the Content-filtered Topic associated with the Reader.
| System::String ^ DDS::ContentFilterProperty_t::related_topic_name |
| System::String ^ 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).
| System::String ^ DDS::ContentFilterProperty_t::filter_expression |
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.