AbstractBuiltinTopicDataTypeSupport | |
ParticipantBuiltinTopicDataTypeSupport | Instantiates TypeSupport < com.rti.dds.domain.builtin.ParticipantBuiltinTopicData > |
PublicationBuiltinTopicDataTypeSupport | Instantiates TypeSupport < com.rti.dds.publication.builtin.PublicationBuiltinTopicData > |
SubscriptionBuiltinTopicDataTypeSupport | Instantiates TypeSupport < com.rti.dds.subscription.builtin.SubscriptionBuiltinTopicData > |
ServiceRequestTypeSupport | Instantiates TypeSupport < com.rti.dds.topic.builtin.ServiceRequest > |
TopicBuiltinTopicDataTypeSupport | Instantiates TypeSupport < builtin.TopicBuiltinTopicData > |
AcknowledgmentInfo | Information about an application-level acknowledged sample |
AckResponseData_t | Data payload of an application-level acknowledgment |
AllocationSettings_t | Resource allocation settings |
BAD_PARAM | The exception BadKind is thrown when an inappropriate operation is invoked on a TypeCode object |
BAD_TYPECODE | The exception BadKind is thrown when an inappropriate operation is invoked on a TypeCode object |
Base64 | |
BuiltinQosProfiles | The available built-in QoS libraries and profiles |
BuiltinTopicReaderResourceLimits_t | Built-in topic reader's resource limits |
ChannelSettingsSeq | Declares IDL sequence< com.rti.dds.infrastructure.ChannelSettings_t > |
CloseableFinalizer | Ensures that subclasses get automatically closed when they are garbage collected |
Replier< TReq, TRep > | Allows receiving requests and sending replies |
Requester< TReq, TRep > | Allows sending requests and receiving replies |
SimpleReplier< TReq, TRep > | A callback-based replier |
Condition | <<interface>> Root class for all the conditions that may be attached to a com.rti.dds.infrastructure.WaitSet |
StatusCondition | <<interface>> A specific com.rti.dds.infrastructure.Condition that is associated with each com.rti.dds.infrastructure.Entity |
ReadCondition | <<interface>> Conditions specifically dedicated to read operations and attached to one com.rti.dds.subscription.DataReader |
QueryCondition | <<interface>> These are specialised com.rti.dds.subscription.ReadCondition objects that allow the application to also specify a filter on the locally available data |
ConditionSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.Condition > |
ContentFilter | <<interface>> Interface to be used by a custom filter of a com.rti.dds.topic.ContentFilteredTopic |
WriterContentFilter | <<interface>> Interface to be used by a custom filter of a com.rti.dds.topic.ContentFilteredTopic |
ContentFilterProperty_t | <<extension>> Type used to provide all the required information to enable content filtering |
Cookie_t | <<extension>> Sequence of bytes |
CookieSeq | Declares IDL sequence < com.rti.dds.infrastructure.Cookie_t > |
Copyable | <<extension>> <<interface>> Interface for all the user-defined data type classes that support copy |
SampleData< T > | Sample base type that contains data and has an identity |
Sample< T > | A data sample and related info received from the middleware |
WriteSample< T > | A sample for writing data |
DynamicData | A sample of any complex data type, which can be inspected and manipulated reflectively |
GUID_t | Type for GUID (Global Unique Identifier) representation |
InstanceHandle_t | Type definition for an instance handle |
StringSeq | Declares IDL sequence < com.rti.dds.infrastructure.String > |
WstringSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.char* > |
Time_t | Type for time representation |
WriteParams_t | <<extension>> Input parameters for writing with com.rti.ndds.example.FooDataWriter.write_w_params, com.rti.ndds.example.FooDataWriter.dispose_w_params, com.rti.ndds.example.FooDataWriter.register_instance_w_params, com.rti.ndds.example.FooDataWriter.unregister_instance_w_params |
ReadConditionParams | <<extension>> Input parameters for com.rti.dds.subscription.DataReader.create_readcondition_w_params |
QueryConditionParams | <<extension>> Input parameters for com.rti.dds.subscription.DataReader.create_querycondition_w_params |
SampleInfo | Information that accompanies each sample that is read or taken |
TopicQueryData | <<extension>> Provides information about a com.rti.dds.subscription.TopicQuery |
TopicQuerySelection | <<extension>> Specifies the data query that defines a com.rti.dds.subscription.TopicQuery |
BuiltinTopicKey_t | The key type of the built-in topic types |
Bytes | Built-in type consisting of a variable-length array of opaque bytes |
BytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
KeyedBytes | Built-in type consisting of a variable-length array of opaque bytes and a string that is the key |
KeyedBytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedString | Keyed string built-in type |
KeyedStringSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
AbstractPrimitiveSequence | |
BooleanSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < boolean > |
ByteSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < byte > |
CharSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < char > |
WcharSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.char > |
DoubleSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < double > |
LongDoubleSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.LongDouble > |
FloatSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < float > |
IntSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.int > |
LongSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < long > |
ShortSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < short > |
Enum | A superclass for all type-safe enumerated types |
CdrPaddingKind | The CDR padding kind determines whether or not the padding bytes will be set to zero during CDR serialization |
DataWriterResourceLimitsInstanceReplacementKind | Sets the kinds of instances that can be replaced when instance resource limits are reached |
DestinationOrderQosPolicyKind | Kinds of destination order |
DestinationOrderQosPolicyScopeKind | Scope of source destination order |
DiscoveryPluginPromiscuityKind | <<extension>> Type used to indicate promiscuity mode of the discovery plugin |
DomainParticipantResourceLimitsIgnoredEntityReplacementKind | Available replacement policies for the ignored entities |
DurabilityQosPolicyKind | Kinds of durability |
HistoryQosPolicyKind | Kinds of history |
LivelinessQosPolicyKind | Kinds of liveliness |
OwnershipQosPolicyKind | Kinds of ownership |
PresentationQosPolicyAccessScopeKind | Kinds of presentation "access scope" |
PublishModeQosPolicyKind | Kinds of publishing mode |
QosPolicyId_t | Type to identify QosPolicies |
RefilterQosPolicyKind | <<extension>> Kinds of Refiltering |
ReliabilityQosPolicyAcknowledgmentModeKind | <<extension>> Kinds of acknowledgment |
ReliabilityQosPolicyKind | Kinds of reliability |
RemoteParticipantPurgeKind | Available behaviors for halting communication with remote participants (and their contained entities) with which discovery communication has been lost |
ServiceQosPolicyKind | Kinds of service |
ThreadSettingsCpuRotationKind | Determines how com.rti.dds.infrastructure.ThreadSettings_t.cpu_list affects processor affinity for thread-related QoS policies that apply to multiple threads |
TransportMulticastQosPolicyKind | Transport Multicast Policy Kind |
TypeConsistencyKind | Kinds of type consistency |
WireProtocolQosPolicyAutoKind | Mechanism to automatically calculate the GUID prefix |
FlowControllerSchedulingPolicy | Kinds of flow controller scheduling policy |
SampleLostStatusKind | <<extension>> Kinds of reasons why a sample was lost |
SampleRejectedStatusKind | Kinds of reasons for rejecting a sample |
PrintFormatKind | Format kinds available when converting data samples to string representations |
ExtensibilityKind | Type to indicate the extensibility of a type |
TCKind | Enumeration type for com.rti.dds.typecode.TypeCode kinds |
LogCategory | Categories of logged messages |
LogLevel | Level category assigned to RTI Connext log messages returned to an output device |
LogPrintFormat | The format used to output RTI Connext diagnostic information |
LogVerbosity | The verbosities at which RTI Connext diagnostic information is logged |
Foo | A representative user-defined data type |
FooSeq | <<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as com.rti.ndds.example.Foo |
DataReaderCacheStatus | <<extension>> The status of the reader's cache |
DataReaderProtocolStatus | <<extension>> The status of a reader's internal protocol related metrics, like the number of samples received, filtered, rejected; and status of wire protocol traffic |
DataReaderSeq | Declares IDL sequence < com.rti.dds.subscription.DataReader > |
DataWriterCacheStatus | <<extension>> The status of the writer's cache |
DataWriterProtocolStatus | <<extension>> The status of a writer's internal protocol related metrics, like the number of samples pushed, pulled, filtered; and status of wire protocol traffic |
DiscoveryBuiltinReaderFragmentationResourceLimits_t | |
DiscoveryConfigBuiltinPluginKind | Built-in discovery plugins that can be used |
DomainParticipantConfigParams_t | <<extension>> Input paramaters for creating a participant from configuration. It allows to modify or override some of the properties of the entities defined in the configuration |
DomainParticipantFactory | <<singleton>> <<interface>> Allows creation and destruction of com.rti.dds.domain.DomainParticipant objects |
DomainParticipantProtocolStatus | <<extension>> The status of a participant's protocol related metrics, like the number of corrupted messages, change in corrupted messages and timestamp of the last corrupted message |
Duration_t | Type for duration representation |
DynamicDataInfo | A descriptor for a com.rti.dds.dynamicdata.DynamicData object |
DynamicDataMemberInfo | A descriptor for a single member (i.e. field) of dynamically defined data type |
DynamicDataProperty_t | A collection of attributes used to configure com.rti.dds.dynamicdata.DynamicData objects |
DynamicDataTypeProperty_t | A collection of attributes used to configure com.rti.dds.dynamicdata.DynamicData objects |
DynamicDataTypeSerializationProperty_t | Properties that govern how data of a certain type will be serialized on the network |
EndpointGroup_t | Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum |
EndpointGroupSeq | A sequence of com.rti.dds.infrastructure.EndpointGroup_t |
Entity | <<interface>> Abstract base class for all the DDS objects that support QoS policies, a listener, and a status condition |
DomainParticipant | <<interface>> Container for all com.rti.dds.infrastructure.DomainEntity objects |
DomainEntity | <<interface>> Abstract base class for all DDS entities except for the com.rti.dds.domain.DomainParticipant |
DataWriter | <<interface>> Allows an application to set the value of the data to be published under a given com.rti.dds.topic.Topic |
DynamicDataWriter | Writes (publishes) objects of type com.rti.dds.dynamicdata.DynamicData |
BytesDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
KeyedBytesDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedStringDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
StringDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.infrastructure.String > |
FooDataWriter | <<interface>> <<generic>> User data type specific data writer |
Publisher | <<interface>> A publisher is the object responsible for the actual dissemination of publications |
DataReader | <<interface>> Allows the application to: (1) declare the data it wishes to receive (i.e. make a subscription) and (2) access the data received by the attached com.rti.dds.subscription.Subscriber |
DynamicDataReader | Reads (subscribes to) objects of type com.rti.dds.dynamicdata.DynamicData |
BytesDataReader | <<interface>> Instantiates DataReader < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
KeyedBytesDataReader | <<interface>> Instantiates DataReader < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedStringDataReader | <<interface>> Instantiates DataReader < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
StringDataReader | <<interface>> Instantiates DataReader < com.rti.dds.infrastructure.String > |
FooDataReader | <<interface>> <<generic>> User data type-specific data reader |
Subscriber | <<interface>> A subscriber is the object responsible for actually receiving data from a subscription |
Topic | <<interface>> The most basic description of the data to be published and subscribed |
EnumMember | A description of a member of an enumeration |
ExpressionProperty | Provides additional information about the filter expression passed to com.rti.dds.topic.WriterContentFilter.writer_compile |
FilterSampleInfo | Provides meta information associated with the sample |
FlowController | <<interface>> A flow controller is the object responsible for shaping the network traffic by determining when attached asynchronous com.rti.dds.publication.DataWriter instances are allowed to write data |
FlowControllerProperty_t | Determines the flow control characteristics of the com.rti.dds.publication.FlowController |
FlowControllerTokenBucketProperty_t | Com.rti.dds.publication.FlowController uses the popular token bucket approach for open loop network flow control. The flow control characteristics are determined by the token bucket properties |
FooTypeSupport | <<interface>> <<generic>> User data type specific interface |
GuardCondition | <<interface>> A specific com.rti.dds.infrastructure.Condition whose trigger_value is completely under the control of the application |
InconsistentTopicStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.INCONSISTENT_TOPIC_STATUS |
InetAddressSeq | Declares IDL sequence< com.rti.dds.infrastructure.java.net.InetAddress > |
InstanceHandleSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.InstanceHandle_t > |
InstanceStateKind | Indicates if the samples are from a live com.rti.dds.publication.DataWriter or not |
Sample< T >.Iterator< T > | Provides access to a collection of middleware-loaned samples |
LibraryVersion_t | The version of a single library shipped as part of an RTI Connext distribution |
Listener | <<interface>> Abstract base class for all Listener interfaces |
DataWriterListener | <<interface>> com.rti.dds.infrastructure.Listener for writer status |
DataWriterAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods or functions.) |
PublisherAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
PublisherListener | <<interface>> com.rti.dds.infrastructure.Listener for com.rti.dds.publication.Publisher status |
DomainParticipantListener | <<interface>> Listener for participant status |
DomainParticipantAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
PublisherAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
DataReaderListener | <<interface>> com.rti.dds.infrastructure.Listener for reader status |
DataReaderAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
SubscriberAdapter | A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
DomainParticipantAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
SubscriberListener | <<interface>> com.rti.dds.infrastructure.Listener for status about a subscriber |
DomainParticipantListener | <<interface>> Listener for participant status |
SubscriberAdapter | A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
TopicListener | <<interface>> com.rti.dds.infrastructure.Listener for com.rti.dds.topic.Topic entities |
DomainParticipantListener | <<interface>> Listener for participant status |
TopicAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
EntityHowTo.MyEntityListener | |
LivelinessChangedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_CHANGED_STATUS |
LivelinessLostStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_LOST_STATUS |
Locator_t | <<extension>> Type used to represent the addressing information needed to send a message to an RTPS Endpoint using one of the supported transports |
LocatorFilter_t | Specifies the configuration of an individual channel within a MultiChannel DataWriter |
LocatorFilterSeq | Declares IDL sequence< com.rti.dds.infrastructure.LocatorFilter_t > |
LocatorSeq | Declares IDL sequence < com.rti.dds.infrastructure.Locator_t > |
Logger | <<interface>> The singleton type used to configure RTI Connext logging |
LoggerDevice | <<interface>> Logging device interface. Use for user-defined logging devices |
LogMessage | Log message |
ObjectHolder | <<extension>> Holder of object instance |
OfferedDeadlineMissedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_DEADLINE_MISSED_STATUS |
OfferedIncompatibleQosStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_INCOMPATIBLE_QOS_STATUS |
ParticipantBuiltinTopicData | Entry created when a DomainParticipant object is discovered |
ParticipantBuiltinTopicDataDataReader | Instantiates DataReader < com.rti.dds.domain.builtin.ParticipantBuiltinTopicData > |
ParticipantBuiltinTopicDataSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.domain.builtin.ParticipantBuiltinTopicData > |
PrintFormatProperty | A collection of attributes used to configure how data samples will be formatted when converted to a string |
PRIVATE_MEMBER | Constant used to indicate that a value type member is private |
ProductVersion_t | <<extension>> Type used to represent the current version of RTI Connext |
Property_t | Properties are name/value pairs objects |
Transport.Property_t | Base structure that must be inherited by derived Transport Plugin classes |
ShmemTransport.Property_t | Subclass of com.rti.ndds.transport.Transport.Property_t allowing specification of parameters that are specific to the shared-memory transport |
UDPv4Transport.Property_t | Configurable IPv4/UDP Transport-Plugin properties |
UDPv6Transport.Property_t | Configurable IPv6/UDP Transport-Plugin properties |
PropertyQosPolicyHelper | Policy Helpers which facilitate management of the properties in the input policy |
PropertySeq | Declares IDL sequence < com.rti.dds.infrastructure.Property_t > |
ProtocolVersion_t | <<extension>> Type used to represent the version of the RTPS protocol |
PUBLIC_MEMBER | Constant used to indicate that a value type member is public |
PublicationBuiltinTopicData | Entry created when a com.rti.dds.publication.DataWriter is discovered in association with its Publisher |
PublicationBuiltinTopicDataDataReader | Instantiates DataReader < com.rti.dds.publication.builtin.PublicationBuiltinTopicData > |
PublicationBuiltinTopicDataSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.publication.builtin.PublicationBuiltinTopicData > |
PublicationMatchedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.PUBLICATION_MATCHED_STATUS |
PublicationPriority | |
ChannelSettings_t | Type used to configure the properties of a channel |
PublishModeQosPolicy | Specifies how RTI Connext sends application data on the network. This QoS policy can be used to tell RTI Connext to use its own thread to send data, instead of the user thread |
WriteParams_t | <<extension>> Input parameters for writing with com.rti.ndds.example.FooDataWriter.write_w_params, com.rti.ndds.example.FooDataWriter.dispose_w_params, com.rti.ndds.example.FooDataWriter.register_instance_w_params, com.rti.ndds.example.FooDataWriter.unregister_instance_w_params |
PublisherSeq | Declares IDL sequence < com.rti.dds.publication.Publisher > |
Qos | An abstract base class for all QoS types |
DomainParticipantFactoryQos | QoS policies supported by a com.rti.dds.domain.DomainParticipantFactory |
DomainParticipantQos | QoS policies supported by a com.rti.dds.domain.DomainParticipant entity |
DataWriterQos | QoS policies supported by a com.rti.dds.publication.DataWriter entity |
PublisherQos | QoS policies supported by a com.rti.dds.publication.Publisher entity |
DataReaderQos | QoS policies supported by a com.rti.dds.subscription.DataReader entity |
SubscriberQos | QoS policies supported by a com.rti.dds.subscription.Subscriber entity |
TopicQos | QoS policies supported by a com.rti.dds.topic.Topic entity |
QosPolicy | The base class for all QoS policies |
AsynchronousPublisherQosPolicy | Configures the mechanism that sends user data in an external middleware thread |
AvailabilityQosPolicy | Configures the availability of data |
BatchQosPolicy | Used to configure batching of multiple samples into a single network packet in order to increase throughput for small samples |
DatabaseQosPolicy | Various threads and resource limits settings used by RTI Connext to control its internal database |
DataReaderProtocolQosPolicy | Along with com.rti.dds.infrastructure.WireProtocolQosPolicy and com.rti.dds.infrastructure.DataWriterProtocolQosPolicy, this QoS policy configures the DDS on-the-network protocol (RTPS) |
DataReaderResourceLimitsQosPolicy | Various settings that configure how a com.rti.dds.subscription.DataReader allocates and uses physical memory for internal resources |
DataWriterProtocolQosPolicy | Protocol that applies only to com.rti.dds.publication.DataWriter instances |
DataWriterResourceLimitsQosPolicy | Various settings that configure how a com.rti.dds.publication.DataWriter allocates and uses physical memory for internal resources |
DeadlineQosPolicy | Expresses the maximum duration (deadline) within which an instance is expected to be updated |
DestinationOrderQosPolicy | Controls how the middleware will deal with data sent by multiple com.rti.dds.publication.DataWriter entities for the same instance of data (i.e., same com.rti.dds.topic.Topic and key) |
DiscoveryConfigQosPolicy | Settings for discovery configuration |
DiscoveryQosPolicy | <<extension>> Configures the mechanism used by the middleware to automatically discover and connect with new remote applications |
DomainParticipantResourceLimitsQosPolicy | Various settings that configure how a com.rti.dds.domain.DomainParticipant allocates and uses physical memory for internal resources, including the maximum sizes of various properties |
DurabilityQosPolicy | This QoS policy specifies whether or not RTI Connext will store and deliver previously published data samples to new com.rti.dds.subscription.DataReader entities that join the network later |
DurabilityServiceQosPolicy | Various settings to configure the external RTI Persistence Service used by RTI Connext for DataWriters with a com.rti.dds.infrastructure.DurabilityQosPolicy setting of com.rti.dds.infrastructure.DurabilityQosPolicyKind.DurabilityQosPolicyKind.PERSISTENT_DURABILITY_QOS or com.rti.dds.infrastructure.DurabilityQosPolicyKind.DurabilityQosPolicyKind.TRANSIENT_DURABILITY_QOS |
EntityFactoryQosPolicy | A QoS policy for all com.rti.dds.infrastructure.Entity types that can act as factories for one or more other com.rti.dds.infrastructure.Entity types |
EntityNameQosPolicy | Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.Publisher, com.rti.dds.subscription.Subscriber, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. Except for com.rti.dds.publication.Publisher and com.rti.dds.subscription.Subscriber, these names will be visible during the discovery process and in RTI tools to help you visualize and debug your system |
EventQosPolicy | Settings for event |
ExclusiveAreaQosPolicy | Configures multi-thread concurrency and deadlock prevention capabilities |
GroupDataQosPolicy | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
HistoryQosPolicy | Specifies the behavior of RTI Connext 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 |
LatencyBudgetQosPolicy | Provides a hint as to the maximum acceptable delay from the time the data is written to the time it is received by the subscribing applications |
LifespanQosPolicy | Specifies how long the data written by the com.rti.dds.publication.DataWriter is considered valid |
LivelinessQosPolicy | Specifies and configures the mechanism that allows com.rti.dds.subscription.DataReader entities to detect when com.rti.dds.publication.DataWriter entities become disconnected or "dead." |
LocatorFilterQosPolicy | The QoS policy used to report the configuration of a MultiChannel DataWriter as part of com.rti.dds.publication.builtin.PublicationBuiltinTopicData |
LoggingQosPolicy | Configures the RTI Connext logging facility |
MultiChannelQosPolicy | Configures the ability of a DataWriter to send data on different multicast groups (addresses) based on the value of the data |
OwnershipQosPolicy | Specifies whether it is allowed for multiple com.rti.dds.publication.DataWriter (s) to write the same instance of the data and if so, how these modifications should be arbitrated |
OwnershipStrengthQosPolicy | Specifies the value of the strength used to arbitrate among multiple com.rti.dds.publication.DataWriter objects that attempt to modify the same instance of a data type (identified by com.rti.dds.topic.Topic + key) |
PartitionQosPolicy | Set of strings that introduces a logical partition among the topics visible by a com.rti.dds.publication.Publisher and a com.rti.dds.subscription.Subscriber |
PresentationQosPolicy | Specifies how the samples representing changes to data instances are presented to a subscribing application |
ProfileQosPolicy | Configures the way that XML documents containing QoS profiles are loaded by RTI Connext |
PropertyQosPolicy | Stores name/value(string) pairs that can be used to configure certain parameters of RTI Connext that are not exposed through formal QoS policies. Can also be used to store and propagate application-specific name/value pairs that can be retrieved by user code during discovery |
PublishModeQosPolicy | Specifies how RTI Connext sends application data on the network. This QoS policy can be used to tell RTI Connext to use its own thread to send data, instead of the user thread |
ReaderDataLifecycleQosPolicy | Controls how a DataReader manages the lifecycle of the data that it has received |
ReceiverPoolQosPolicy | Configures threads used by RTI Connext to receive and process data from transports (for example, UDP sockets) |
ReliabilityQosPolicy | Indicates the level of reliability offered/requested by RTI Connext |
ResourceLimitsQosPolicy | Controls the amount of physical memory allocated for DDS entities, if dynamic allocations are allowed, and how they occur. Also controls memory usage among different instance values for keyed topics |
ServiceQosPolicy | Service associated with a DDS entity |
SystemResourceLimitsQosPolicy | <<extension>> Configures com.rti.dds.domain.DomainParticipant-independent resources used by RTI Connext. Mainly used to change the maximum number of com.rti.dds.domain.DomainParticipant entities that can be created within a single process (address space) |
TimeBasedFilterQosPolicy | Filter that allows a com.rti.dds.subscription.DataReader to specify that it is interested only in (potentially) a subset of the values of the data |
TopicDataQosPolicy | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
TopicQueryDispatchQosPolicy | Configures the ability of a com.rti.dds.publication.DataWriter to publish samples in response to a com.rti.dds.subscription.TopicQuery |
TransportBuiltinQosPolicy | Specifies which built-in transports are used |
TransportMulticastMappingQosPolicy | Specifies the multicast address on which a com.rti.dds.subscription.DataReader wants to receive its data. It can also specify a port number as well as a subset of the available (at the com.rti.dds.domain.DomainParticipant level) transports with which to receive the multicast data |
TransportMulticastQosPolicy | Specifies the multicast address on which a com.rti.dds.subscription.DataReader wants to receive its data. It can also specify a port number as well as a subset of the available (at the com.rti.dds.domain.DomainParticipant level) transports with which to receive the multicast data |
TransportPriorityQosPolicy | This QoS policy allows the application to take advantage of transports that are capable of sending messages with different priorities |
TransportSelectionQosPolicy | Specifies the physical transports a com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader may use to send or receive data |
TransportUnicastQosPolicy | Specifies a subset of transports and a port number that can be used by an Entity to receive data |
TypeConsistencyEnforcementQosPolicy | Defines the rules for determining whether the type used to publish a given topic is consistent with that used to subscribe to it |
TypeSupportQosPolicy | Allows you to attach application-specific values to a com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader, which are passed to the serialization or deserialization routine of the associated data type and choose whether to set padding bytes to zero during serialization |
UserDataQosPolicy | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
WireProtocolQosPolicy | Specifies the wire-protocol-related attributes for the com.rti.dds.domain.DomainParticipant |
WriterDataLifecycleQosPolicy | Controls how a com.rti.dds.publication.DataWriter handles the lifecycle of the instances (keys) that it is registered to manage |
QosPolicyCount | Type to hold a counter for a com.rti.dds.infrastructure.QosPolicyId_t |
QosPolicyCountSeq | Declares IDL sequence < com.rti.dds.infrastructure.QosPolicyCount > |
ReliableReaderActivityChangedStatus | <<extension>> Describes the activity (i.e. are acknowledgements forthcoming) of reliable readers matched to a reliable writer |
ReliableWriterCacheChangedStatus | <<extension>> A summary of the state of a data writer's cache of unacknowledged samples written |
ReliableWriterCacheEventCount | <<extension>> The number of times the number of unacknowledged samples in the cache of a reliable writer hit a certain well-defined threshold |
ReplierListener< TReq, TRep > | Called when a com.rti.connext.requestreply.Replier<TReq,TRep> has new available requests |
ReplierParams< TReq, TRep > | Contains the parameters for creating a com.rti.connext.requestreply.Replier<TReq,TRep> |
RequestedDeadlineMissedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS |
RequestedIncompatibleQosStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS |
RequesterParams | Contains the parameters for creating a com.rti.connext.requestreply.Requester<TReq,TRep> |
RETCODE_ERROR | Generic, unspecified error |
RETCODE_ALREADY_DELETED | The object target of this operation has already been deleted |
RETCODE_BAD_PARAMETER | Illegal parameter value |
RETCODE_ILLEGAL_OPERATION | The operation was called under improper circumstances |
RETCODE_IMMUTABLE_POLICY | Application attempted to modify an immutable QoS policy |
RETCODE_INCONSISTENT_POLICY | Application specified a set of QoS policies that are not consistent with each other |
RETCODE_NO_DATA | Indicates a transient situation where the operation did not return any data but there is no inherent error |
RETCODE_NOT_ALLOWED_BY_SEC | An operation on the DDS API that fails because the security plugins do not allow it |
RETCODE_NOT_ENABLED | Operation invoked on a com.rti.dds.infrastructure.Entity that is not yet enabled |
RETCODE_OUT_OF_RESOURCES | RTI Connext ran out of the resources needed to complete the operation |
RETCODE_PRECONDITION_NOT_MET | A pre-condition for the operation was not met |
RETCODE_TIMEOUT | The operation timed out |
RETCODE_UNSUPPORTED | Unsupported operation. Can only returned by operations that are unsupported |
RtpsReliableReaderProtocol_t | Qos related to reliable reader protocol defined in RTPS |
RtpsReliableWriterProtocol_t | QoS related to the reliable writer protocol defined in RTPS |
RtpsReservedPortKind | RTPS reserved port kind, used to identify the types of ports that can be reserved on domain participant enable |
RtpsWellKnownPorts_t | RTPS well-known port mapping configuration |
SampleFlagBits | Type to identify the sample flags reserved by RTI |
SampleIdentity_t | Type definition for a Sample Identity |
SampleLostStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS |
SampleRejectedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS |
SampleStateKind | Indicates whether or not a sample has ever been read |
Sequence | <<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as com.rti.ndds.example.Foo |
DynamicDataSeq | An ordered collection of com.rti.dds.dynamicdata.DynamicData elements |
SampleInfoSeq | Declares IDL sequence < com.rti.dds.subscription.SampleInfo > |
BytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
KeyedBytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedStringSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
AbstractPrimitiveSequence | |
AbstractSequence | Abstract sequence |
AbstractPrimitiveSequence | |
LoanableSequence | A sequence capable of storing its elements directly or taking out a loan on them from an internal middleware store |
SampleInfoSeq | Declares IDL sequence < com.rti.dds.subscription.SampleInfo > |
BytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
KeyedBytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedStringSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
FooSeq | <<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as com.rti.ndds.example.Foo |
FooSeq | <<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as com.rti.ndds.example.Foo |
SequenceNumber_t | Type for sequence number representation |
ServiceRequest | A request coming from one of the built-in services |
ServiceRequestAcceptedStatus | Com.rti.dds.infrastructure.StatusKind.SERVICE_REQUEST_ACCEPTED_STATUS |
ServiceRequestDataReader | Instantiates DataReader < com.rti.dds.topic.builtin.ServiceRequest > |
ServiceRequestSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.topic.builtin.ServiceRequest > |
SimpleReplierListener< TReq, TRep > | The listener called by a SimpleReplier |
SimpleReplierParams< TReq, TRep > | Contains the parameters for creating a com.rti.connext.requestreply.SimpleReplier<TReq,TRep> |
StatusKind | Type for status kinds |
StreamKind | Indicates if the samples are TopicQuery samples or not |
StructMember | A description of a member of a struct |
SubscriberSeq | Declares IDL sequence < com.rti.dds.subscription.Subscriber > |
SubscriptionBuiltinTopicData | Entry created when a com.rti.dds.subscription.DataReader is discovered in association with its Subscriber |
SubscriptionBuiltinTopicDataDataReader | Instantiates DataReader < com.rti.dds.subscription.builtin.SubscriptionBuiltinTopicData > |
SubscriptionBuiltinTopicDataSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.subscription.builtin.SubscriptionBuiltinTopicData > |
SubscriptionMatchedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.SUBSCRIPTION_MATCHED_STATUS |
ThreadSettings_t | The properties of a thread of execution |
ThreadSettingsKind | A collection of flags used to configure threads of execution |
TopicBuiltinTopicData | Entry created when a Topic object discovered |
TopicBuiltinTopicDataDataReader | Instantiates DataReader < builtin.TopicBuiltinTopicData > |
TopicBuiltinTopicDataSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < builtin.TopicBuiltinTopicData > |
TopicDescription | Com.rti.dds.topic.Topic entity and associated elements |
ContentFilteredTopic | <<interface>> Specialization of com.rti.dds.topic.TopicDescription that allows for content-based subscriptions |
MultiTopic | [Not supported (optional)] <<interface>> A specialization of com.rti.dds.topic.TopicDescription that allows subscriptions that combine/filter/rearrange data coming from several topics |
Topic | <<interface>> The most basic description of the data to be published and subscribed |
TopicQuery | <<extension>> Allows a com.rti.dds.subscription.DataReader to query the sample cache of its matching com.rti.dds.publication.DataWriter |
TopicQueryHelper | Helpers to provide utility operations related to com.rti.dds.subscription.TopicQuery |
Transport | RTI Connext's abstract pluggable transport interface |
ShmemTransport | Built-in transport plug-in for inter-process communications using shared memory |
UDPv4Transport | Built-in transport plug-in using UDP/IPv4 |
UDPv6Transport | Built-in transport plug-in using UDP/IPv6 |
TransportBuiltinKind | Built-in transport kind |
TransportInfo_t | Contains the class_id and message_size_max of an installed transport |
TransportInfoSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.TransportInfo_t > |
TransportMulticastMapping_t | Type representing a list of multicast mapping elements |
TransportMulticastMappingFunction_t | Type representing an external mapping function |
TransportMulticastMappingSeq | Declares IDL sequence< com.rti.dds.infrastructure.TransportMulticastSettings_t > |
TransportMulticastSettings_t | Type representing a list of multicast locators |
TransportMulticastSettingsSeq | Declares IDL sequence< com.rti.dds.infrastructure.TransportMulticastSettings_t > |
TransportSupport | <<interface>> The utility class used to configure RTI Connext pluggable transports |
TransportUnicastSettings_t | Type representing a list of unicast locators |
TransportUnicastSettingsSeq | Declares IDL sequence< com.rti.dds.infrastructure.TransportUnicastSettings_t > |
TypeCode | The definition of a particular data type, which you can use to inspect the name, members, and other properties of types generated with rtiddsgen or to modify types you define yourself at runtime |
TypeCodeFactory | A singleton factory for creating, copying, and deleting data type definitions dynamically |
TypeSupport | <<interface>> An abstract marker interface that has to be specialized for each concrete user data type that will be used by the application |
DynamicDataTypeSupport | A factory for registering a dynamically defined type and creating com.rti.dds.dynamicdata.DynamicData objects |
BytesTypeSupport | <<interface>> com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes type support |
KeyedBytesTypeSupport | <<interface>> com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes type support |
KeyedStringTypeSupport | <<interface>> Keyed string type support |
StringTypeSupport | <<interface>> String type support |
Union | |
UnionMember | A description of a member of a union |
UserException | User exception |
BadKind | The exception BadKind is thrown when an inappropriate operation is invoked on a TypeCode object |
BadMemberId | The specified com.rti.dds.typecode.TypeCode member ID is invalid |
BadMemberName | The specified com.rti.dds.typecode.TypeCode member name is invalid |
Bounds | A user exception thrown when a parameter is not within the legal bounds |
Utility | Unsupported utility APIs |
ValueMember | A description of a member of a value type |
VendorId_t | <<extension>> Type used to represent the vendor of the service implementing the RTPS protocol |
Version | <<interface>> The version of an RTI Connext distribution |
ViewStateKind | Indicates whether or not an instance is new |
VM_ABSTRACT | Constant used to indicate that a value type has the abstract modifier |
VM_CUSTOM | Constant used to indicate that a value type has the custom modifier |
VM_NONE | Constant used to indicate that a value type has no modifiers |
VM_TRUNCATABLE | Constant used to indicate that a value type has the truncatable modifier |
WaitSet | <<interface>> Allows an application to wait until one or more of the attached com.rti.dds.infrastructure.Condition objects has a trigger_value of com.rti.dds.infrastructure.true or else until the timeout expires |
WaitSetProperty_t | <<extension>> Specifies the com.rti.dds.infrastructure.WaitSet behavior for multiple trigger events |