19.2.2.1. ContentFilterProperty
-
class ContentFilterProperty
Information about the content filter being applied by a reader.
Public Functions
-
inline explicit ContentFilterProperty(const AllocationConfiguration &config)
Construct a ContentFilterProperty.
- Parameters:
config – Allocation configuration for the new object.
Public Members
-
fastcdr::string_255 content_filtered_topic_name
Name of the content filtered topic on which the reader was created.
Name of the related topic being filtered.
-
fastcdr::string_255 filter_class_name
Class name of the filter being used. May be empty to indicate the ContentFilterProperty is not present.
-
std::string filter_expression
Filter expression indicating which content the reader wants to receive. May be empty to indicate the ContentFilterProperty is not present.
-
fastdds::ResourceLimitedVector<fastcdr::string_255, std::true_type> expression_parameters
List of values for the parameters present on the filter expression.
-
struct AllocationConfiguration
Allocation configuration for a ContentFilterProperty.
-
inline explicit ContentFilterProperty(const AllocationConfiguration &config)