Cyclone ISO C++ API Reference Guide
|
▼Ndds | |
▼Ncore | |
►Ncond | |
►Npolicy | |
►Nstatus | |
CAlreadyClosedError | Exception: The object target of this operation has already been closed |
Carray | A standard container for storing a fixed size sequence of elements |
CDuration | |
CEntity | This class is the abstract base class for all the DCPS objects |
CEntityQos | QoS Container |
CError | Exception: Generic, unspecified error |
CException | Exception: base class for specified DDS Exceptions |
CIllegalOperationError | Exception: An operation was invoked on an inappropriate object or at an inappropriate time |
CImmutablePolicyError | Exception: Application attempted to modify an immutable QosPolicy |
CInconsistentPolicyError | Exception: Application specified a set of policies that are not consistent with each other |
CInstanceHandle | Class to hold the handle associated with in sample instance |
CInvalidArgumentError | Exception: Application is passing an invalid argument |
CInvalidDataError | Exception: Application provided invalid data |
CInvalidDowncastError | Exception: Application has attempted to cast incompatible types |
CNotEnabledError | Exception: Operation invoked on an Entity that is not yet enabled |
Cnull_type | This class is used to create dds::core::null objects |
CNullReferenceError | Exception: Application used a null reference |
Coptional | |
COutOfResourcesError | Exception: Service ran out of the resources needed to complete the operation |
CPreconditionNotMetError | Exception: A pre-condition for the operation was not met |
CQosProvider | The QosProvider API allows users to specify the QoS settings of their DCPS entities outside of application code in XML |
CReference | Base class for reference-counted objects |
Csafe_enum | |
CTime | |
CTimeoutError | Exception: The operation timed out |
Ctuple_element | Tuple_element |
Ctuple_element< _Int, array< _Tp, _Nm > > | |
Ctuple_size | |
Ctuple_size< array< _Tp, _Nm > > | |
CUnsupportedError | Exception: Unsupported operation |
CValue | This class is the base for various value-type dds objects |
CWeakReference | The WeakReference class enables you to maintain a weak reference to a DDS reference type |
▼Ndomain | |
►Nqos | |
CDomainParticipant | A DomainParticipant represents the local membership of the application in a Domain |
CDomainParticipantListener | DomainParticipant events Listener |
CNoOpDomainParticipantListener | DomainParticipant events Listener |
▼Npub | |
►Nqos | |
CAnyDataWriter | Typeless base class for the typed DataWriter |
CAnyDataWriterListener | AnyDataWriter events Listener |
CCoherentSet | Class for RAII way of beginning/ending coherent publication sets |
CDataWriter | DataWriter allows the application to set the value of the sample to be published under a given Topic |
CDataWriterListener | DataWriter events Listener |
CNoOpAnyDataWriterListener | AnyDataWriter events Listener |
CNoOpDataWriterListener | DataWriter events Listener |
CNoOpPublisherListener | Publisher events Listener |
CPublisher | The Publisher acts on the behalf of one or several DataWriter objects that belong to it |
CPublisherListener | Publisher events Listener |
CSuspendedPublication | Class for RAII way of suspending/resuming publication |
▼Nsub | |
►Ncond | |
►Nqos | |
►Nstatus | |
CAnyDataReader | Typeless base class for the typed DataReader |
CAnyDataReaderListener | AnyDataReader events Listener |
CCoherentAccess | Class for RAII way of beginning/ending coherent access |
►CDataReader | DataReader allows the applicatin to access published sample data |
CDataReaderListener | DataReader events Listener |
CGenerationCount | Class to hold sample GenerationCount information and is part of dds::sub::SampleInfo |
CLoanedSamples | This class encapsulates and automates the management of loaned samples |
CNoOpAnyDataReaderListener | AnyDataReader events Listener |
CNoOpDataReaderListener | DataReader events Listener |
CNoOpSubscriberListener | Subscriber events Listener |
CQuery | Query objects contain expressions that allow the application to specify a filter on the locally available data |
CRank | Class to hold sample Rank information and is part of dds::sub::SampleInfo |
CSample | This class encapsulates the data and info meta-data associated with DDS samples |
CSampleInfo | The SampleInfo contains information pertaining to the associated Data value |
CSharedSamples | This class encapsulates and automates the management of loaned samples |
CSubscriber | A Subscriber is the object responsible for the actual reception of the data resulting from its subscriptions |
CSubscriberListener | Subscriber events Listener |
▼Ntopic | |
►Nqos | |
CAnyTopic | Typeless base class for the typed Topic |
CAnyTopicListener | AnyTopic events Listener |
CBuiltinTopicKey | Global unique identifier of the Topic |
CContentFilteredTopic | ContentFilteredTopic is a specialization of TopicDescription that allows for content-based subscriptions |
CFilter | Filter objects contain SQL expressions that allow the application to specify a filter on the locally available data |
Cis_topic_type | Support functionality to check if a given object type is a Topic |
CNoOpAnyTopicListener | AnyTopic events Listener |
CNoOpTopicListener | Topic events Listener |
CParticipantBuiltinTopicData | Class that contains information about available DomainParticipants within the system |
CPublicationBuiltinTopicData | Class that contains information about available DataWriters within the system |
CSubscriptionBuiltinTopicData | Class that contains information about available DataReaders within the system |
CTopic | Topic is the most basic description of the data to be published and subscribed |
Ctopic_type_name | Support functionality to get the default type_name of a Topic type |
CTopicBuiltinTopicData | Class that contains information about available Topics within the system |
CTopicDescription | This class is the base for Topic, ContentFilteredTopic and MultiTopic |
CTopicInstance | A TopicInstance encapsulates a dds::sub::Sample and its associated dds::core::InstanceHandle |
CTopicListener | Topic events Listener |