CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
DDS Entities

Classes

class  com.toc.coredx.DDS.ContentFilteredTopic
 ContentFilteredTopic provides a topic that may include data filtered from a related Topic. More...
 
class  com.toc.coredx.DDS.DataReader
 The DataReader entity allows the application to subscribe to and read data. More...
 
class  com.toc.coredx.DDS.DataWriter
 The DataWriter entity provides an interface for the application to publish (write) data. The DataWriter is an abstract class that is extended to support a particular data type required by the application. A DataReader is associated with, and writes on, a single Topic. More...
 
class  com.toc.coredx.DDS.DomainEntity
 Base class for all DDS Domain Entities. More...
 
class  com.toc.coredx.DDS.DomainParticipant
 The DomainParticipant is used to configure, create and destroy Publisher, Subscriber and Topic objects. More...
 
class  com.toc.coredx.DDS.DomainParticipantFactory
 DomainParticipantFactory constructs DomainParticipants. The. More...
 
class  com.toc.coredx.DDS.Entity
 Base class for all DDS Entities. More...
 
class  com.toc.coredx.DDS.MultiTopic
 MultiTopic provides a topic that may include data from multiple Topics. More...
 
class  com.toc.coredx.DDS.Publisher
 The Publisher configures, creates, manages and destroys DataWriters. More...
 
class  com.toc.coredx.DDS.Subscriber
 The Subscriber configures, creates, manages and destroys DataReaders. More...
 
class  com.toc.coredx.DDS.Topic
 Topic is the basic description of data to be published or subscribed. A topic is identified by a name and a type. A Topic is created by calling DomainParticipant.create_topic(). Prior to creating a Topic, the associated data type must be registered with the DomainParticipant via a call to the TypeSupportXYZ.register_type() function. [The register_type() function is auto-generated 'type-specific' code.]. More...
 
class  com.toc.coredx.DDS.examples.FooDataReader
 The FooDataReader is an example specialized DataReader (generated by the coredx_ddl compiler) for reading data samples of type 'Foo'. More...
 
class  com.toc.coredx.DDS.examples.FooDataWriter
 The FooDataWriter is an example specialized DataWriter (generated by the coredx_ddl compiler) for writing data samples of type 'Foo'. More...
 
class  com.toc.coredx.DDS.examples.FooTypeSupport
 The FooTypeSupport class impliments the TypeSupport inteface for the Data Type 'Foo'. More...
 

Detailed Description


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.