![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
▼Norg | |
▼Nomg | |
▼Ndds | |
►Ncore | |
►Nevent | |
CDataAvailableEvent | The DataAvailableEvent status change becomes TRUE when either a data-sample arrives or else the ViewState, SampleState, or InstanceState of any existing sample changes for any reason other than a call to DataReader#read(), DataReader#take() or their variants |
CDataOnReadersEvent | There is new data in one of the DataReaders of the Subscriber |
CInconsistentTopicEvent | Another topic exists with the same name but different characteristics |
CLivelinessChangedEvent | The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through the org.omg.dds.sub.DataReader has changed |
CLivelinessLostEvent | The liveliness that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Liveliness was not respected; thus org.omg.dds.sub.DataReader entities will consider the DataWriter as no longer "active." |
COfferedDeadlineMissedEvent | The deadline that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Deadline was not respected for a specific instance |
COfferedIncompatibleQosEvent | A org.omg.dds.core.policy.QosPolicy value was incompatible with what was requested |
CPublicationMatchedEvent | The org.omg.dds.pub.DataWriter has found a org.omg.dds.sub.DataReader that matches the org.omg.dds.topic.Topic and has compatible QoS, or has ceased to be matched with a DataReader that was previously considered to be matched |
CRequestedDeadlineMissedEvent | The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance |
CRequestedIncompatibleQosEvent | A org.omg.dds.core.policy.QosPolicy value was incompatible with what is offered |
CSampleLostEvent | A sample has been lost (never received) |
CSampleRejectedEvent | A (received) sample has been rejected |
CStatusChangedEvent | The status of an Entity changed |
CSubscriptionMatchedEvent | The org.omg.dds.sub.DataReader has found a org.omg.dds.pub.DataWriter that matches the org.omg.dds.topic.Topic and has compatible QoS, or has ceased to be matched with a DataWriter that was previously considered to be matched |
►Npolicy | |
►CDataRepresentation | |
CId | |
CDeadline | org.omg.dds.sub.DataReader expects a new sample updating the value of each instance at least once every deadline period |
►CDestinationOrder | Controls the criteria used to determine the logical order among changes made by org.omg.dds.pub.Publisher entities to the same instance of data (i.e., matching Topic and key) |
CKind | |
►CDurability | This policy expresses if the data should "outlive" their writing time |
CKind | |
CDurabilityService | Specifies the configuration of the durability service |
CEntityFactory | Controls the behavior of the org.omg.dds.core.Entity when acting as a factory for other entities |
CGroupData | User data not known by the middleware, but distributed by means of built-in topics |
►CHistory | Specifies the behavior of the Service in the case where the value of a sample changes (one or more times) before it can be successfully communicated to one or more existing subscribers |
CKind | |
CLatencyBudget | Specifies the maximum acceptable delay from the time the data is written until the data is inserted in the receiver's application cache and the receiving application is notified of the fact |
CLifespan | Specifies the maximum duration of validity of the data written by the org.omg.dds.pub.DataWriter |
►CLiveliness | Determines the mechanism and parameters used by the application to determine whether an org.omg.dds.core.Entity is "active" (alive) |
CKind | |
►COwnership | This QosPolicy specifies whether a DataWriter exclusively may own an instance |
CKind | |
COwnershipStrength | [optional] Specifies the value of the "strength" used to arbitrate among multiple org.omg.dds.pub.DataWriter objects that attempt to modify the same instance of a data object (identified by org.omg.dds.topic.Topic + key) |
CPartition | This policy allows the introduction of a logical partition concept inside the "physical" partition induced by a domain |
CPolicyFactory | |
►CPresentation | Specifies how the samples representing changes to data instances are presented to the subscribing application |
CAccessScopeKind | |
►CQosPolicy | This class is the abstract root for all the QoS policies |
CForDataReader | A QosPolicy interface that implements this marker interface applies to org.omg.dds.sub.DataReader Entities |
CForDataWriter | A QosPolicy interface that implements this marker interface applies to org.omg.dds.pub.DataWriter Entities |
CForDomainParticipant | A QosPolicy interface that implements this marker interface applies to org.omg.dds.domain.DomainParticipant Entities |
CForDomainParticipantFactory | A QosPolicy interface that implements this marker interface applies to org.omg.dds.domain.DomainParticipantFactory objects |
CForPublisher | A QosPolicy interface that implements this marker interface applies to org.omg.dds.pub.Publisher Entities |
CForSubscriber | A QosPolicy interface that implements this marker interface applies to org.omg.dds.sub.Subscriber Entities |
CForTopic | A QosPolicy interface that implements this marker interface applies to org.omg.dds.topic.Topic Entities |
CQosPolicyCount | Objects of this type are immutable |
CReaderDataLifecycle | Specifies the behavior of the org.omg.dds.sub.DataReader with regards to the life cycle of the data instances it manages |
►CReliability | This policy indicates the level of reliability requested by a org.omg.dds.sub.DataReader or offered by a org.omg.dds.pub.DataWriter |
CKind | |
CRequestedOffered | This interface is implemented by QoS policies that enforce a Request/Offer contract between publications and subscriptions – that is, for which the level of service offered by the publication is greater than or equal to that requested by the subscription |
CResourceLimits | Specifies the resources that the Service can consume in order to meet the requested QoS |
CTimeBasedFilter | Filter that allows a org.omg.dds.sub.DataReader to specify that it is interested only in (potentially) a subset of the values of the data |
CTopicData | User data not known by the middleware, but distributed by means of built-in topics |
CTransportPriority | This policy is a hint to the infrastructure as to how to set the priority of the underlying transport used to send the data |
►CTypeConsistencyEnforcement | |
CKind | |
CUserData | User data not known by the middleware, but distributed by means of built-in topics |
CWriterDataLifecycle | Specifies the behavior of the org.omg.dds.pub.DataWriter with regards to the life cycle of the data instances it manages |
►Nstatus | |
CDataAvailableStatus | There is new data in the DataReader |
CDataOnReadersStatus | There is new data in one of the DataReaders of the Subscriber |
CInconsistentTopicStatus | Another topic exists with the same name but different characteristics |
CLivelinessChangedStatus | The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through the org.omg.dds.sub.DataReader has changed |
CLivelinessLostStatus | The liveliness that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Liveliness was not respected; thus org.omg.dds.sub.DataReader entities will consider the DataWriter as no longer "active." |
COfferedDeadlineMissedStatus | The deadline that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Deadline was not respected for a specific instance |
COfferedIncompatibleQosStatus | A org.omg.dds.core.policy.QosPolicy value was incompatible with what was requested |
CPublicationMatchedStatus | This class contains the statistics about the discovered number of org.omg.dds.sub.DataReaders that are compatible with the org.omg.dds.pub.DataWriter to which the Status is attached |
CRequestedDeadlineMissedStatus | The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance |
CRequestedIncompatibleQosStatus | A org.omg.dds.core.policy.QosPolicy value was incompatible with what is offered |
CSampleLostStatus | A sample has been lost (never received) |
►CSampleRejectedStatus | A (received) sample has been rejected |
CKind | |
CStatus | Status is the abstract root class for all communication status objects |
CSubscriptionMatchedStatus | This class contains the statistics about the discovered number of org.omg.dds.pub.DataWriters that are compatible with the org.omg.dds.sub.DataReader to which the Status is attached |
CAlreadyClosedException | The target object was previously closed and therefore cannot process the operation |
CCondition | A Condition is a root interface for all the conditions that may be attached to a org.omg.dds.core.WaitSet |
CDDSException | DDS recognizes a number of ways in which an operation may return, which are mapped to exceptions in the following way: |
CDDSObject | A supertype of all DDS classes and interfaces |
CDomainEntity | DomainEntity is the abstract base class for all DCPS entities, except for the org.omg.dds.domain.DomainParticipant |
CDuration | A span of elapsed time expressed with nanosecond precision |
CEntity | This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition |
CEntityQos | The Data-Distribution Service (DDS) relies on the use of QoS |
CGuardCondition | A GuardCondition object is a specific Condition whose triggerValue is completely under the control of the application |
CIllegalOperationException | |
CImmutablePolicyException | |
CInconsistentPolicyException | |
CInstanceHandle | An opaque handle that can be used to refer to a local or remote entity |
CModifiableTime | |
CNotEnabledException | |
COutOfResourcesException | |
CPreconditionNotMetException | |
CQosProvider | The QoS provider API allows users to specify the QoS settings of their DCPS entities outside of application code in XML |
CServiceConfigurationException | Indicates that a DDS implementation could not be loaded because the either the request to do so or the runtime environment is not correctly configured |
►CServiceEnvironment | DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based on a system property |
CServiceProviderInterface | This interface is for the use of the DDS implementation, not of DDS applications |
CServiceInitializationException | Indicates that a DDS implementation could not be initialized due to an error that occurred within that implementation |
CStatusCondition | A StatusCondition object is an immutable object that specifies Condition that is associated with each org.omg.dds.core.Entity |
CTime | A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy) |
CWaitSet | A WaitSet object allows an application to wait until one or more of the attached org.omg.dds.core.Condition objects has a triggerValue of true or else until the timeout expires |
►Ndomain | |
CDomainParticipant | The DomainParticipant object plays several roles: |
CDomainParticipantAdapter | A convenience class DomainParticipantAdapter is offered which has an empty implementation of all org.omg.dds.domain.DomainParticipantListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented |
CDomainParticipantFactory | The sole purpose of this class is to allow the creation and destruction of org.omg.dds.domain.DomainParticipant objects |
CDomainParticipantFactoryQos | |
CDomainParticipantListener | This is the interface that can be implemented by an application-provided class and then registered with the org.omg.dds.domain.DomainParticipant such that the application can be notified by the DCPS Service of relevant status changes |
CDomainParticipantQos | |
►Npub | |
CDataWriter | DataWriter allows the application to set the value of the data to be published under a given org.omg.dds.topic.Topic |
CDataWriterAdapter | A convenience class DataWriterAdapter is offered which has an empty implementation of all org.omg.dds.pub.DataWriterListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented |
CDataWriterListener | Since a org.omg.dds.pub.DataWriter is a kind of org.omg.dds.core.Entity, it has the ability to have a listener associated with it |
CDataWriterQos | |
CPublisher | A Publisher is the object responsible for the actual dissemination of publications |
CPublisherAdapter | A convenience class PublisherAdapter is offered which has an empty implementation of all org.omg.dds.pub.PublisherListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented |
CPublisherListener | Since a org.omg.dds.pub.Publisher is a kind of org.omg.dds.core.Entity, it has the ability to have a listener associated with it |
CPublisherQos | |
►Nsub | |
►CDataReader | A DataReader allows the application (1) to declare the data it wishes to receive (i.e., make a subscription) and (2) to access the data received by the attached org.omg.dds.sub.Subscriber |
CSelector | Selector class encapsulates different ways of selecting samples from a org.omg.dds.sub.DataReader |
CDataReaderAdapter | A convenience class DataReaderAdapter is offered which has an empty implementation of all org.omg.dds.sub.DataReaderListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented |
CDataReaderListener | Since a org.omg.dds.sub.DataReader is a kind of org.omg.dds.core.Entity, it has the ability to have an associated listener |
CDataReaderQos | |
CInstanceState | For each instance the Data Distribution Service internally maintains an InstanceState |
CQueryCondition | QueryCondition objects are specialized org.omg.dds.sub.ReadCondition objects that allow the application to also specify a filter on the locally available data |
CReadCondition | ReadCondition objects are conditions specifically dedicated to read operations and attached to one org.omg.dds.sub.DataReader |
►CSample | A Sample represents an atom of data information (i.e., one value for one instance) as returned by a org.omg.dds.sub.DataReader's read or take operations |
CIterator | |
CSampleState | For each sample, the Data Distribution Service internally maintains a SampleState specific to each DataReader |
►CSubscriber | A Subscriber is the object responsible for the actual reception of the data resulting from its subscriptions |
CDataState | A DataState encapsulates sets of sample states, view states, and instance states as a convenience |
CSubscriberAdapter | A convenience class SubscriberAdapter is offered which has an empty implementation of all org.omg.dds.sub.SubscriberListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented |
CSubscriberListener | Since a org.omg.dds.sub.Subscriber is a kind of org.omg.dds.core.Entity, it has the ability to have an associated listener |
CSubscriberQos | |
CViewState | For each instance (identified by the key), the Data Distribution Service internally maintains a ViewState relative to each DataReader |
►Ntopic | |
CBuiltinTopicKey | |
CContentFilteredTopic | ContentFilteredTopic is a specialization of TopicDescription that allows for content-based subscriptions |
CMultiTopic | MultiTopic is a specialization of TopicDescription that allows subscriptions to combine/filter/rearrange data coming from several org.omg.dds.topic.Topics |
CParticipantBuiltinTopicData | Class that contains information about available DomainParticipants within the system |
CPublicationBuiltinTopicData | The DCPSPublication topic communicates the existence of datawriters by means of the PublicationBuiltinTopicData datatype |
CSubscriptionBuiltinTopicData | The DCPSSubscription topic communicates the existence of datareaders by means of the SubscriptionBuiltinTopicData datatype |
CTopic | Topic is the most basic description of the data to be published and subscribed |
CTopicAdapter | A convenience class TopicAdapter is offered which has an empty implementation of all org.omg.dds.topic.TopicListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented |
CTopicBuiltinTopicData | The DCPSTopic topic communicates the existence of topics by means of the TopicBuiltinTopicData datatype |
CTopicDescription | This interface is the base for org.omg.dds.topic.Topic, org.omg.dds.topic.ContentFilteredTopic, and org.omg.dds.topic.MultiTopic |
CTopicListener | Since org.omg.dds.topic.Topic is a kind of org.omg.dds.core.Entity, it has the ability to have an associated listener |
CTopicQos | |
►Ntype | |
►Nbuiltin | |
CKeyedBytes | |
CKeyedString | |
►Ndynamic | |
CAnnotationDescriptor | Objects of this type are immutable |
CDynamicData | |
CDynamicDataFactory | |
CDynamicType | |
CDynamicTypeFactory | |
CDynamicTypeMember | |
CMemberDescriptor | Objects of this type are immutable |
CTypeDescriptor | Objects of this type are immutable |
►Ntypeobject | |
►CAliasType | |
CMemberId | |
►CAnnotationMember | |
CMemberId | |
CAnnotationMemberValue | The literal value of an annotation member: either the default value in its definition or the value applied in its usage |
►CAnnotationType | |
CMemberId | |
CAnnotationUsage | The application of an annotation to some type or type member |
CAnnotationUsageMember | The assignment of a value to a member of an annotation |
►CArrayType | |
CMemberId | |
CBit | Objects of this type are immutable |
►CBitSetType | |
CMemberId | |
►CCollectionType | |
CMemberId | |
CEnumeratedConstant | Objects of this type are immutable |
►CEnumerationType | |
CMemberId | |
►CMapType | |
CMemberId | |
►CMember | Objects of this type are immutable |
CMemberId | |
CMemberFlag | |
CMemberProperty | Objects of this type are immutable |
CModule | Objects of this type are immutable |
►CSequenceType | |
CMemberId | |
►CStringType | |
CMemberId | |
►CStructureType | |
CMemberId | |
►CType | Objects of this type are immutable |
CMemberId | |
CTypeFlag | |
CTypeId | Every type has an ID |
CTypeLibrary | Objects of this type are immutable |
CTypeLibraryElement | A marker interface |
CTypeObject | Objects of this type are immutable |
CTypeProperty | Objects of this type are immutable |
►CUnionMember | |
CMemberId | |
►CUnionType | |
CMemberId | |
CBitBound | |
CBitSet | |
►CExtensibility | |
CKind | |
CID | |
CKey | |
CMustUnderstand | |
CNested | |
COptional | |
CSerializeAs | |
CShared | |
►CTypeKind | |
CValues | |
CTypeSupport | TypeSupport is an abstract interface that has to be specialized for each concrete type that will be used by the application to publish and/or subscribe to data over DDS |
CUnionDiscriminator | |
CUnionMember | |
CValue | |
CVerbatim | |
CVerbatimGroup | |
▼Nopensplice | |
▼Ndds | |
►Ncore | |
►Nevent | |
CAllDataDisposedEvent | All instances published for this topic have been disposed by means of a call to org.opensplice.dds.topic.Topic#disposeAllData() |
CAllDataDisposedEventImpl | |
CDataAvailableEventImpl | |
CDataOnReadersEventImpl | |
CInconsistentTopicEventImpl | |
CLivelinessChangedEventImpl | |
CLivelinessLostEventImpl | |
COfferedDeadlineMissedEventImpl | |
COfferedIncompatibleQosEventImpl | |
CPublicationMatchedEventImpl | |
CRequestedDeadlineMissedEventImpl | |
CRequestedIncompatibleQosEventImpl | |
CSampleLostEventImpl | |
CSampleRejectedEventImpl | |
CSubscriptionMatchedEventImpl | |
►Npolicy | |
CDataRepresentationImpl | |
CDeadlineImpl | |
CDestinationOrderImpl | |
CDurabilityImpl | |
CDurabilityServiceImpl | |
CEntityFactoryImpl | |
CGroupDataImpl | |
CHistoryImpl | |
CLatencyBudgetImpl | |
CLifespanImpl | |
CLivelinessImpl | |
COwnershipImpl | |
COwnershipStrengthImpl | |
CPartitionImpl | |
CPolicyConverter | |
CPolicyFactory | OpenSplice-specific extension of org.omg.dds.core.policy.PolicyFactory that supports an extra set of QosPolicy's |
CPolicyFactoryImpl | |
CPresentationImpl | |
►CQosPolicy | |
CForView | |
CQosPolicyCountImpl | |
CQosPolicyImpl | |
►CReaderDataLifecycle | This class provides OpenSplice-specific extensions to the org.omg.dds.core.policy.ReaderDataLifecycle policy |
CKind | Instance state changes are communicated to a org.omg.dds.sub.DataReader by means of the sample info accompanying a org.omg.dds.sub.Sample |
CReaderDataLifecycleImpl | |
CReaderLifespan | This org.omg.dds.core.policy.QosPolicy is similar to the org.omg.dds.core.policy.Lifespan (applicable to org.omg.dds.topic.Topic and org.omg.dds.pub.DataWriter), but limited to the DataReader on which the policy is applied |
CReaderLifespanImpl | |
CReliability | OpenSplice-specific extension to org.omg.dds.core.policy.Reliability That specifies whether a DataWriter should wait for acknowledgements by all connected DataReaders that also have set a synchronous ReliabilityQosPolicy |
CReliabilityImpl | |
CResourceLimitsImpl | |
►CScheduling | This QosPolicy specifies the scheduling parameters that will be used for a thread that is spawned by the DomainParticipant |
CListenerScheduling | Scheduling for the Listener thread of a org.omg.dds.domain.DomainParticipant |
CSchedulingClass | Scheduling class used by the Operating System, which may be DEFAULT, REALTIME or TIMESHARING |
CSchedulingKind | Priority type, which may be either RELATIVE or ABSOLUTE |
CWatchdogScheduling | Scheduling for the Watchdog thread of a org.omg.dds.domain.DomainParticipant |
CSchedulingImpl | |
CShare | This QosPolicy allows sharing of entities by multiple processes or threads |
CShareImpl | |
CSubscriptionKeys | By using the SubscriptionKey QosPolicy, a DataReader can force its own key-list definition on data samples |
CSubscriptionKeysImpl | |
CTimeBasedFilterImpl | |
CTopicDataImpl | |
CTransportPriorityImpl | |
CTypeConsistencyEnforcementImpl | |
CUserDataImpl | |
CViewKeys | This QosPolicy is used to set the key list of a DataReaderView |
CViewKeysImpl | |
CWriterDataLifecycle | This QosPolicy provides OpenSplice-specific extensions to the org.omg.dds.core.policy.WriterDataLifecycle |
CWriterDataLifecycleImpl | |
►Nstatus | |
CAllDataDisposedStatus | All instances for one or more org.omg.dds.topic.Topics have been disposed through org.opensplice.dds.topic.Topic#disposeAllData() |
CAllDataDisposedStatusImpl | |
CDataAvailableStatusImpl | |
CDataOnReadersStatusImpl | |
CInconsistentTopicStatusImpl | |
CLivelinessChangedStatusImpl | |
CLivelinessLostStatusImpl | |
COfferedDeadlineMissedStatusImpl | |
COfferedIncompatibleQosStatusImpl | |
CPublicationMatchedStatusImpl | |
CRequestedDeadlineMissedStatusImpl | |
CRequestedIncompatibleQosStatusImpl | |
CSampleLostStatusImpl | |
CSampleRejectedStatusImpl | |
CStatusConverter | |
CStatusMask | |
CSubscriptionMatchedStatusImpl | |
CAbstractDDSObject | |
CAlreadyClosedExceptionImpl | |
CCondition | |
CDDSExceptionImpl | |
CDomainEntityImpl | |
CDurationImpl | |
CEntityImpl | |
CEntityQosImpl | |
CGuardConditionImpl | |
CIllegalArgumentExceptionImpl | |
CIllegalOperationExceptionImpl | |
CImmutablePolicyExceptionImpl | |
CInconsistentPolicyExceptionImpl | |
CInstanceHandleImpl | |
CListener | |
CModifiableTimeImpl | |
CNotEnabledExceptionImpl | |
►COsplServiceEnvironment | |
COpenSpliceServiceProviderInterface | |
COutOfResourcesExceptionImpl | |
CPreconditionNotMetExceptionImpl | |
CProperties | This type is implemented by all OpenSplice org.omg.dds.core.Entity classes to allow setting and getting of OpenSplice-specific properties on them |
CQosProviderImpl | |
CStatusConditionImpl | |
CTimeImpl | |
CTimeOutExceptionImpl | |
CUnsupportedOperationExceptionImpl | |
CUtilities | |
CWaitSetImpl | |
►Ndomain | |
CDomainParticipant | OpenSplice-specific extension of org.omg.dds.domain.DomainParticipant with support for deleting historical data from the durability service and creating a snapshot of current persistent data |
CDomainParticipantAdapter | Extension of org.omg.dds.domain.DomainParticipantAdapter to provide empty implementation for onAllDataDisposed as well |
CDomainParticipantFactory | OpenSplice-specific extension of org.omg.dds.domain.DomainParticipantFactory with support for detaching from all domains |
CDomainParticipantFactoryImpl | |
CDomainParticipantFactoryQosImpl | |
CDomainParticipantImpl | |
CDomainParticipantListener | Extension of org.omg.dds.domain.DomainParticipantListener to provide callback to notify AllDataDisposedEvent as well |
CDomainParticipantListenerImpl | |
CDomainParticipantQos | OpenSplice-specific extension to org.omg.dds.domain.DomainParticipantQos with support to control scheduling class and priorities of listener and watchdog threads created by the middleware |
CDomainParticipantQosImpl | |
►Npub | |
CAbstractDataWriter | |
CDataWriter | OpenSplice-specific extension of org.omg.dds.pub.DataWriter with support for writing atomic writing of a sample and disposing the corresponding instance |
CDataWriterImpl | |
CDataWriterListenerImpl | |
CDataWriterProtobuf | |
CDataWriterQosImpl | |
CPublisherImpl | |
CPublisherListenerImpl | |
CPublisherQosImpl | |
CReflectionDataWriter | |
►Nsub | |
CAbstractDataReader | |
CAbstractIterator | |
CDataReader | |
CDataReaderImpl | |
CDataReaderListenerImpl | |
CDataReaderProtobuf | |
CDataReaderQos | OpenSplice-specific extension of org.omg.dds.sub.DataReaderQos with support for org.opensplice.dds.core.policy.ReaderLifespan, org.opensplice.dds.core.policy.Share and org.opensplice.dds.core.policy.SubscriptionKeys |
CDataReaderQosImpl | |
CDataStateImpl | |
CIteratorImpl | |
CIteratorProtobuf | |
CPreAllocator | |
CPreAllocatorImpl | |
CPreAllocatorProtobuf | |
CQueryConditionImpl | |
CReadConditionImpl | |
CReflectionDataReader | |
CSample | OpenSplice-specific extension of org.omg.dds.sub.Sample with support for obtaining the key value in case the sample is marked as invalid |
CSampleImpl | |
CSelectorImpl | |
CSubscriberImpl | |
CSubscriberListenerImpl | |
CSubscriberQos | OpenSplice-specific extension of org.omg.dds.sub.SubscriberQos with support for org.opensplice.dds.core.policy.Share |
CSubscriberQosImpl | |
►Ntopic | |
CAbstractTopic | |
CBuiltinTopicKeyImpl | |
CContentFilteredTopicImpl | |
CParticipantBuiltinTopicDataImpl | |
CPublicationBuiltinTopicDataImpl | |
CSubscriptionBuiltinTopicDataImpl | |
CTopic | Topic provides OpenSplice-specific extensions to org.omg.dds.topic.Topic |
CTopicAdapter | Extension of org.omg.dds.topic.TopicAdapter to provide empty implementation for onAllDataDisposed as well |
CTopicBuiltinTopicDataImpl | |
CTopicDescriptionExt | |
CTopicImpl | |
CTopicListener | Extension of org.omg.dds.topic.TopicListener to provide callback to notify AllDataDisposedEvent as well |
CTopicListenerImpl | |
CTopicProtobuf | |
CTopicQosImpl | |
►Ntype | |
CAbstractTypeSupport | |
CTypeSupportImpl | |
CTypeSupportProtobuf |