RTI Connext .NET API (legacy)
Version 6.1.1
|
DDS::Topic entity and associated elements More...
Classes | |
struct | DDS::InconsistentTopicStatus |
INCONSISTENT_TOPIC_STATUS. More... | |
class | DDS::TopicQos |
QoS policies supported by a DDS::Topic entity. More... | |
interface | DDS::ITopicDescription |
<<interface>> Base class for DDS::Topic, DDS::ContentFilteredTopic, and DDS::MultiTopic. More... | |
class | DDS::ContentFilteredTopic |
<<interface>> Specialization of ITopicDescription that allows for content-based subscriptions. More... | |
class | DDS::MultiTopic |
[Not supported (optional)] <<interface>> A specialization of ITopicDescription that allows subscriptions that combine/filter/rearrange data coming from several topics. More... | |
class | DDS::Topic |
<<interface>> The most basic description of the data to be published and subscribed. More... | |
class | DDS::TopicListener |
<<interface>> DDS::Listener for DDS::Topic entities. More... | |
struct | DDS::ExpressionProperty |
Provides additional information about the filter expression passed to DDS::IWriterContentFilter::writer_compile. More... | |
struct | DDS::FilterSampleInfo |
Provides meta information associated with the sample. More... | |
interface | DDS::IContentFilter |
<<interface>> Interface to be used by a custom filter of a DDS::ContentFilteredTopic More... | |
interface | DDS::IWriterContentFilter |
<<interface>> Interface to be used by a custom filter of a DDS::ContentFilteredTopic. More... | |
class | DDS::PrintFormatProperty |
A collection of attributes used to configure how data samples will be formatted when converted to a string. More... | |
Enumerations | |
enum | DDS::PrintFormatKind : UINT32 { DDS::PrintFormatKind::DEFAULT_PRINT_FORMAT, DDS::PrintFormatKind::XML_PRINT_FORMAT, DDS::PrintFormatKind::JSON_PRINT_FORMAT } |
Format kinds available when converting data samples to string representations. More... | |
Functions | |
bool | DDS::TopicQos::equals (TopicQos^ qos) |
Compares two DDS::TopicQos for equality. More... | |
DDS::Topic entity and associated elements
|
strong |
Format kinds available when converting data samples to string representations.
Enumerator | |
---|---|
DEFAULT_PRINT_FORMAT | Use a default format specific to RTI Connext to represent the data when converting to a string. |
XML_PRINT_FORMAT | Use an XML format to represent the data when converting to a string. |
JSON_PRINT_FORMAT | Use a JSON format to represent the data when converting to a string. |
bool DDS::TopicQos::equals | ( | TopicQos^ | qos | ) |
Compares two DDS::TopicQos for equality.