![]()  | 
  
    CoreDX Data Distribution Service
    
   The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc 
   | 
 
Data Structures | |
| class | DDS::Entity | 
| Base class for all DDS Entities.  More... | |
| class | DDS::DomainEntity | 
| Base class for all DDS Domain Entities.  More... | |
| class | DDS::DomainParticipantFactory | 
| DomainParticipantFactory constructs DomainParticipants. The.  More... | |
| class | DDS::DomainParticipant | 
| The DomainParticipant is used to configure, create and destroy Publisher, Subscriber and Topic objects.  More... | |
| class | DDS::Publisher | 
| The Publisher configures, creates, manages and destroys DataWriters.  More... | |
| class | DDS::Subscriber | 
| The Subscriber configures, creates, manages and destroys DataReaders.  More... | |
| class | DDS::TopicDescription | 
| TopicDescription is an abstract 'class' that provides the foundation for Topic, ContentFilteredTopic, and MultiTopic.  More... | |
| class | DDS::Topic | 
| Topic is the basic description of data to be published or subscribed.  More... | |
| class | DDS::ContentFilteredTopic | 
| ContentFilteredTopic provides a topic that may exclude data based on a specified filter. The ContentFilteredTopic is associated with another un-filtered topic related_topic. It applies a filter to the data of the related topic. If a data sample passes the filter, it will be made available to a DataReader associated with the ContentFilteredTopic.  More... | |
| class | DDS::DataWriter | 
| The DataWriter entity provides an interface for the application to publish (write) data.  More... | |
| class | DDS::DataReader | 
| The DataReader entity allows the application to subscribe to and read data.  More... | |