RTI Connext C API
Version 6.1.2
|
<<extension>> Specifies the data query that defines a DDS_TopicQuery More...
Data Fields | |
char * | filter_class_name |
The name of the filter to use. More... | |
char * | filter_expression |
The filter expression. More... | |
struct DDS_StringSeq | filter_parameters |
The query parameters. More... | |
DDS_TopicQuerySelectionKind | kind |
Indicates whether the sample selection is limited to cached samples or not. More... | |
<<extension>> Specifies the data query that defines a DDS_TopicQuery
The query format is similar to the expression and parameters of a DDS_QueryCondition or a DDS_ContentFilteredTopic, as described in DDS_DomainParticipant_create_contentfilteredtopic_with_filter.
There are two special queries:
char* DDS_TopicQuerySelection::filter_class_name |
The name of the filter to use.
Name of content filter to use. Must be one of the built-in filter names or previously registered with DDS_DomainParticipant_register_contentfilter on the same DDS_DomainParticipant.
Built-in filter names are DDS_SQLFILTER_NAME and DDS_STRINGMATCHFILTER_NAME.
[default] See DDS_TOPIC_QUERY_SELECTION_USE_READER_CONTENT_FILTER
char* DDS_TopicQuerySelection::filter_expression |
The filter expression.
The expression to filter samples in the DataWriters. It follows the format described in Queries and Filters Syntax.
[default] See DDS_TOPIC_QUERY_SELECTION_USE_READER_CONTENT_FILTER
struct DDS_StringSeq DDS_TopicQuerySelection::filter_parameters |
The query parameters.
[default] See DDS_TOPIC_QUERY_SELECTION_USE_READER_CONTENT_FILTER
DDS_TopicQuerySelectionKind DDS_TopicQuerySelection::kind |
Indicates whether the sample selection is limited to cached samples or not.