RTI Connext C# API  6.1.0
ContentFilteredTopic< T > Class Template Reference

Specialization of ITopicDescription that allows for content-based subscriptions. More...

Inheritance diagram for ContentFilteredTopic< T >:
AnyContentFilteredTopic ITopicDescription

Public Member Functions

override string ToString ()
 Provides basic information about this content-filtered topic More...
 
- Public Member Functions inherited from AnyContentFilteredTopic
void AppendToExpressionParameter (int index, string value)
 Appends a string term to the specified parameter string. More...
 
void RemoveFromExpressionParameter (int index, string value)
 Removes a string term from the specified parameter string. More...
 
void Dispose ()
 Destroys this object and the resources it uses. More...
 

Properties

Topic< T > RelatedTopic [get]
 Gets the topic associated with this content-filtered topic. More...
 
- Properties inherited from AnyContentFilteredTopic
string Name [get]
 Name used to create the content-filtered topic More...
 
string TypeName [get]
 Name of the data type associated with this content-filtered topic More...
 
DomainParticipant DomainParticipant [get]
 The DomainParticipant that contains this content-filtered topic More...
 
string FilterExpression [get]
 The filter expression More...
 
IEnumerable< string > FilterParameters [get, set]
 The filter parameters when the expression is parameterized. More...
 
Filter Filter [get, set]
 The Filter object contains both the expression and the parameters, as well as the filter class name, if applicable. More...
 
bool Disposed [get]
 Whether the Dispose method has been called. More...
 
- Properties inherited from ITopicDescription
DomainParticipant DomainParticipant [get]
 The DomainParticipant that created this topic More...
 
string Name [get]
 The name given to this topic More...
 
string TypeName [get]
 The name of the type associated with this topic. More...
 

Detailed Description

Specialization of ITopicDescription that allows for content-based subscriptions.

Template Parameters
TThe topic-type

The full documentation is available in the C API: DDS_ContentFilteredTopic

Member Function Documentation

◆ ToString()

override string ToString ( )

Provides basic information about this content-filtered topic

Property Documentation

◆ RelatedTopic

Topic<T> RelatedTopic
get

Gets the topic associated with this content-filtered topic.

The full documentation is available in the C API: DDS_ContentFilteredTopic_get_related_topic