com | |
rti | RTI |
connext | RTI Connext Messaging communication patterns |
infrastructure | |
Sample< T > | A data sample and related info received from the middleware |
Iterator< T > | Provides access to a collection of middleware-loaned samples |
SampleData< T > | Sample base type that contains data and has an identity |
WriteSample< T > | A sample for writing data |
CloseableFinalizer | Ensures that subclasses get automatically closed when they are garbage collected |
requestreply | Support for the request-reply communication pattern |
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> |
RequesterParams | Contains the parameters for creating a com.rti.connext.requestreply.Requester<TReq,TRep> |
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> |
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 |
ndds | Unsupported APIs used by examples in the RTI Connext distribution as well as in rtiddsgen-generated examples |
example | Programming HowTos: Code templates for common use cases |
Foo | A representative user-defined data type |
FooDataReader | <<interface>> <<generic>> User data type-specific data reader |
FooDataWriter | <<interface>> <<generic>> User data type specific data writer |
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 |
FooTypeSupport | <<interface>> <<generic>> User data type specific interface |
config | Utility API's independent of the DDS standard |
LibraryVersion_t | The version of a single library shipped as part of an RTI Connext distribution |
LogCategory | Categories of logged messages |
Logger | <<interface>> The singleton type used to configure RTI Connext logging |
LoggerDevice | <<interface>> Logging device interface. Use for user-defined logging devices |
LogLevel | Level category assigned to RTI Connext log messages returned to an output device |
LogMessage | Log message |
LogPrintFormat | The format used to output RTI Connext diagnostic information |
LogVerbosity | The verbosities at which RTI Connext diagnostic information is logged |
Version | <<interface>> The version of an RTI Connext distribution |
transport | APIs related to RTI Connext pluggable transports |
ShmemTransport | Built-in transport plug-in for inter-process communications using shared memory |
Property_t | Subclass of com.rti.ndds.transport.Transport.Property_t allowing specification of parameters that are specific to the shared-memory transport |
Transport | RTI Connext's abstract pluggable transport interface |
Property_t | Base structure that must be inherited by derived Transport Plugin classes |
TransportSupport | <<interface>> The utility class used to configure RTI Connext pluggable transports |
UDPv4Transport | Built-in transport plug-in using UDP/IPv4 |
Property_t | Configurable IPv4/UDP Transport-Plugin properties |
UDPv6Transport | Built-in transport plug-in using UDP/IPv6 |
Property_t | Configurable IPv6/UDP Transport-Plugin properties |
Utility | Unsupported utility APIs |
dds | DDS |
domain | Contains the com.rti.dds.domain.DomainParticipant class that acts as an entrypoint of RTI Connext and acts as a factory for many of the classes. The com.rti.dds.domain.DomainParticipant also acts as a container for the other objects that make up RTI Connext |
builtin | |
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 > |
ParticipantBuiltinTopicDataTypeSupport | Instantiates TypeSupport < com.rti.dds.domain.builtin.ParticipantBuiltinTopicData > |
DomainParticipant | <<interface>> Container for all com.rti.dds.infrastructure.DomainEntity objects |
DomainParticipantAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
DomainParticipantFactory | <<singleton>> <<interface>> Allows creation and destruction of com.rti.dds.domain.DomainParticipant objects |
DomainParticipantFactoryQos | QoS policies supported by a com.rti.dds.domain.DomainParticipantFactory |
DomainParticipantListener | <<interface>> Listener for participant status |
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 |
DomainParticipantQos | QoS policies supported by a com.rti.dds.domain.DomainParticipant entity |
dynamicdata | <<extension>> The Dynamic Data API provides a way to interact with arbitrarily complex data types at runtime without the need for code generation |
DynamicData | A sample of any complex data type, which can be inspected and manipulated reflectively |
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 |
DynamicDataReader | Reads (subscribes to) objects of type com.rti.dds.dynamicdata.DynamicData |
DynamicDataSeq | An ordered collection of com.rti.dds.dynamicdata.DynamicData elements |
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 |
DynamicDataTypeSupport | A factory for registering a dynamically defined type and creating com.rti.dds.dynamicdata.DynamicData objects |
DynamicDataWriter | Writes (publishes) objects of type com.rti.dds.dynamicdata.DynamicData |
infrastructure | Defines the abstract classes and the interfaces that are refined by the other modules. Contains common definitions such as return codes, status values, and QoS policies |
AckResponseData_t | Data payload of an application-level acknowledgment |
AllocationSettings_t | Resource allocation settings |
AsynchronousPublisherQosPolicy | Configures the mechanism that sends user data in an external middleware thread |
AvailabilityQosPolicy | Configures the availability of data |
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 |
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 |
BatchQosPolicy | Used to configure batching of multiple samples into a single network packet in order to increase throughput for small samples |
BooleanSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < boolean > |
Bounds | A user exception thrown when a parameter is not within the legal bounds |
BuiltinQosProfiles | The available built-in QoS libraries and profiles |
BuiltinTopicReaderResourceLimits_t | Built-in topic reader's resource limits |
ByteSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < byte > |
CdrPaddingKind | The CDR padding kind determines whether or not the padding bytes will be set to zero during CDR serialization |
ChannelSettings_t | Type used to configure the properties of a channel |
ChannelSettingsSeq | Declares IDL sequence< com.rti.dds.infrastructure.ChannelSettings_t > |
CharSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < char > |
Condition | <<interface>> Root class for all the conditions that may be attached to a com.rti.dds.infrastructure.WaitSet |
ConditionSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.Condition > |
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 |
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 |
DataWriterResourceLimitsInstanceReplacementKind | Sets the kinds of instances that can be replaced when instance resource limits are reached |
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) |
DestinationOrderQosPolicyKind | Kinds of destination order |
DestinationOrderQosPolicyScopeKind | Scope of source destination order |
DiscoveryBuiltinReaderFragmentationResourceLimits_t | |
DiscoveryConfigBuiltinPluginKind | Built-in discovery plugins that can be used |
DiscoveryConfigQosPolicy | Settings for discovery configuration |
DiscoveryPluginPromiscuityKind | <<extension>> Type used to indicate promiscuity mode of the discovery plugin |
DiscoveryQosPolicy | <<extension>> Configures the mechanism used by the middleware to automatically discover and connect with new remote applications |
DomainEntity | <<interface>> Abstract base class for all DDS entities except for the com.rti.dds.domain.DomainParticipant |
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 |
DomainParticipantResourceLimitsIgnoredEntityReplacementKind | Available replacement policies for the ignored entities |
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 |
DoubleSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < double > |
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 |
DurabilityQosPolicyKind | Kinds of durability |
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 |
Duration_t | Type for duration representation |
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 |
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 |
FloatSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < float > |
GroupDataQosPolicy | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
GuardCondition | <<interface>> A specific com.rti.dds.infrastructure.Condition whose trigger_value is completely under the control of the application |
GUID_t | Type for GUID (Global Unique Identifier) representation |
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 |
HistoryQosPolicyKind | Kinds of history |
InetAddressSeq | Declares IDL sequence< com.rti.dds.infrastructure.java.net.InetAddress > |
InstanceHandle_t | Type definition for an instance handle |
InstanceHandleSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.InstanceHandle_t > |
IntSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.int > |
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 |
Listener | <<interface>> Abstract base class for all Listener interfaces |
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." |
LivelinessQosPolicyKind | Kinds of liveliness |
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 |
LocatorFilterQosPolicy | The QoS policy used to report the configuration of a MultiChannel DataWriter as part of com.rti.dds.publication.builtin.PublicationBuiltinTopicData |
LocatorFilterSeq | Declares IDL sequence< com.rti.dds.infrastructure.LocatorFilter_t > |
LocatorSeq | Declares IDL sequence < com.rti.dds.infrastructure.Locator_t > |
LoggingQosPolicy | Configures the RTI Connext logging facility |
LongDoubleSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.LongDouble > |
LongSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < long > |
MultiChannelQosPolicy | Configures the ability of a DataWriter to send data on different multicast groups (addresses) based on the value of the data |
ObjectHolder | <<extension>> Holder of object instance |
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 |
OwnershipQosPolicyKind | Kinds of ownership |
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 |
PresentationQosPolicyAccessScopeKind | Kinds of presentation "access scope" |
ProductVersion_t | <<extension>> Type used to represent the current version of RTI Connext |
ProfileQosPolicy | Configures the way that XML documents containing QoS profiles are loaded by RTI Connext |
Property_t | Properties are name/value pairs objects |
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 |
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 |
PublicationPriority | |
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 |
PublishModeQosPolicyKind | Kinds of publishing mode |
Qos | An abstract base class for all QoS types |
QosPolicy | The base class for all QoS policies |
QosPolicyCount | Type to hold a counter for a com.rti.dds.infrastructure.QosPolicyId_t |
QosPolicyCountSeq | Declares IDL sequence < com.rti.dds.infrastructure.QosPolicyCount > |
QosPolicyId_t | Type to identify QosPolicies |
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) |
RefilterQosPolicyKind | <<extension>> Kinds of Refiltering |
ReliabilityQosPolicy | Indicates the level of reliability offered/requested by RTI Connext |
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 |
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 |
RETCODE_ALREADY_DELETED | The object target of this operation has already been deleted |
RETCODE_BAD_PARAMETER | Illegal parameter value |
RETCODE_ERROR | Generic, unspecified error |
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 |
SequenceNumber_t | Type for sequence number representation |
ServiceQosPolicy | Service associated with a DDS entity |
ServiceQosPolicyKind | Kinds of service |
ShortSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < short > |
StatusCondition | <<interface>> A specific com.rti.dds.infrastructure.Condition that is associated with each com.rti.dds.infrastructure.Entity |
StatusKind | Type for status kinds |
StringSeq | Declares IDL sequence < com.rti.dds.infrastructure.String > |
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) |
ThreadSettings_t | The properties of a thread of execution |
ThreadSettingsCpuRotationKind | Determines how com.rti.dds.infrastructure.ThreadSettings_t.cpu_list affects processor affinity for thread-related QoS policies that apply to multiple threads |
ThreadSettingsKind | A collection of flags used to configure threads of execution |
Time_t | Type for time representation |
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 |
TransportBuiltinKind | Built-in transport kind |
TransportBuiltinQosPolicy | Specifies which built-in transports are used |
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 |
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 |
TransportMulticastMappingSeq | Declares IDL sequence< com.rti.dds.infrastructure.TransportMulticastSettings_t > |
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 |
TransportMulticastQosPolicyKind | Transport Multicast Policy Kind |
TransportMulticastSettings_t | Type representing a list of multicast locators |
TransportMulticastSettingsSeq | Declares IDL sequence< com.rti.dds.infrastructure.TransportMulticastSettings_t > |
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 |
TransportUnicastSettings_t | Type representing a list of unicast locators |
TransportUnicastSettingsSeq | Declares IDL sequence< com.rti.dds.infrastructure.TransportUnicastSettings_t > |
TypeConsistencyEnforcementQosPolicy | Defines the rules for determining whether the type used to publish a given topic is consistent with that used to subscribe to it |
TypeConsistencyKind | Kinds of type consistency |
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 |
UserException | User exception |
VendorId_t | <<extension>> Type used to represent the vendor of the service implementing the RTPS protocol |
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 |
WcharSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.char > |
WireProtocolQosPolicy | Specifies the wire-protocol-related attributes for the com.rti.dds.domain.DomainParticipant |
WireProtocolQosPolicyAutoKind | Mechanism to automatically calculate the GUID prefix |
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 |
WriterDataLifecycleQosPolicy | Controls how a com.rti.dds.publication.DataWriter handles the lifecycle of the instances (keys) that it is registered to manage |
WstringSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.infrastructure.char* > |
publication | Contains the com.rti.dds.publication.FlowController, com.rti.dds.publication.Publisher, and com.rti.dds.publication.DataWriter classes as well as the com.rti.dds.publication.PublisherListener and com.rti.dds.publication.DataWriterListener interfaces, and more generally, all that is needed on the publication side |
builtin | |
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 > |
PublicationBuiltinTopicDataTypeSupport | Instantiates TypeSupport < com.rti.dds.publication.builtin.PublicationBuiltinTopicData > |
AcknowledgmentInfo | Information about an application-level acknowledged sample |
DataWriter | <<interface>> Allows an application to set the value of the data to be published under a given com.rti.dds.topic.Topic |
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.) |
DataWriterCacheStatus | <<extension>> The status of the writer's cache |
DataWriterListener | <<interface>> com.rti.dds.infrastructure.Listener for writer status |
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 |
DataWriterQos | QoS policies supported by a com.rti.dds.publication.DataWriter entity |
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 |
FlowControllerSchedulingPolicy | Kinds of flow controller scheduling policy |
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 |
LivelinessLostStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_LOST_STATUS |
OfferedDeadlineMissedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_DEADLINE_MISSED_STATUS |
OfferedIncompatibleQosStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_INCOMPATIBLE_QOS_STATUS |
PublicationMatchedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.PUBLICATION_MATCHED_STATUS |
Publisher | <<interface>> A publisher is the object responsible for the actual dissemination of publications |
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 |
PublisherQos | QoS policies supported by a com.rti.dds.publication.Publisher entity |
PublisherSeq | Declares IDL sequence < com.rti.dds.publication.Publisher > |
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 |
ServiceRequestAcceptedStatus | Com.rti.dds.infrastructure.StatusKind.SERVICE_REQUEST_ACCEPTED_STATUS |
subscription | Contains the com.rti.dds.subscription.Subscriber, com.rti.dds.subscription.DataReader, com.rti.dds.subscription.ReadCondition, com.rti.dds.subscription.QueryCondition, and com.rti.dds.subscription.TopicQuery classes, as well as the com.rti.dds.subscription.SubscriberListener and com.rti.dds.subscription.DataReaderListener interfaces, and more generally, all that is needed on the subscription side |
builtin | |
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 > |
SubscriptionBuiltinTopicDataTypeSupport | Instantiates TypeSupport < com.rti.dds.subscription.builtin.SubscriptionBuiltinTopicData > |
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 |
DataReaderAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
DataReaderCacheStatus | <<extension>> The status of the reader's cache |
DataReaderListener | <<interface>> com.rti.dds.infrastructure.Listener for reader status |
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 |
DataReaderQos | QoS policies supported by a com.rti.dds.subscription.DataReader entity |
DataReaderSeq | Declares IDL sequence < com.rti.dds.subscription.DataReader > |
InstanceStateKind | Indicates if the samples are from a live com.rti.dds.publication.DataWriter or not |
LivelinessChangedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_CHANGED_STATUS |
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 |
QueryConditionParams | <<extension>> Input parameters for com.rti.dds.subscription.DataReader.create_querycondition_w_params |
ReadCondition | <<interface>> Conditions specifically dedicated to read operations and attached to one com.rti.dds.subscription.DataReader |
ReadConditionParams | <<extension>> Input parameters for com.rti.dds.subscription.DataReader.create_readcondition_w_params |
RequestedDeadlineMissedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS |
RequestedIncompatibleQosStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS |
SampleInfo | Information that accompanies each sample that is read or taken |
SampleInfoSeq | Declares IDL sequence < com.rti.dds.subscription.SampleInfo > |
SampleLostStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS |
SampleLostStatusKind | <<extension>> Kinds of reasons why a sample was lost |
SampleRejectedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS |
SampleRejectedStatusKind | Kinds of reasons for rejecting a sample |
SampleStateKind | Indicates whether or not a sample has ever been read |
StreamKind | Indicates if the samples are TopicQuery samples or not |
Subscriber | <<interface>> A subscriber is the object responsible for actually receiving data from a subscription |
SubscriberAdapter | 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 |
SubscriberQos | QoS policies supported by a com.rti.dds.subscription.Subscriber entity |
SubscriberSeq | Declares IDL sequence < com.rti.dds.subscription.Subscriber > |
SubscriptionMatchedStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.SUBSCRIPTION_MATCHED_STATUS |
TopicQuery | <<extension>> Allows a com.rti.dds.subscription.DataReader to query the sample cache of its matching com.rti.dds.publication.DataWriter |
TopicQueryData | <<extension>> Provides information about a com.rti.dds.subscription.TopicQuery |
TopicQueryHelper | Helpers to provide utility operations related to com.rti.dds.subscription.TopicQuery |
TopicQuerySelection | <<extension>> Specifies the data query that defines a com.rti.dds.subscription.TopicQuery |
ViewStateKind | Indicates whether or not an instance is new |
topic | Contains the com.rti.dds.topic.Topic, com.rti.dds.topic.ContentFilteredTopic, and com.rti.dds.topic.MultiTopic classes, the com.rti.dds.topic.TopicListener interface, and more generally, all that is needed by an application to define com.rti.dds.topic.Topic objects and attach QoS policies to them |
builtin | |
AbstractBuiltinTopicDataTypeSupport | |
ServiceRequest | A request coming from one of the built-in services |
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 > |
ServiceRequestTypeSupport | Instantiates TypeSupport < com.rti.dds.topic.builtin.ServiceRequest > |
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 > |
TopicBuiltinTopicDataTypeSupport | Instantiates TypeSupport < builtin.TopicBuiltinTopicData > |
BuiltinTopicKey_t | The key type of the built-in topic types |
ContentFilter | <<interface>> Interface to be used by a custom filter of a com.rti.dds.topic.ContentFilteredTopic |
ContentFilteredTopic | <<interface>> Specialization of com.rti.dds.topic.TopicDescription that allows for content-based subscriptions |
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 |
InconsistentTopicStatus | Com.rti.dds.infrastructure.StatusKind.StatusKind.INCONSISTENT_TOPIC_STATUS |
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 |
PrintFormatKind | Format kinds available when converting data samples to string representations |
PrintFormatProperty | A collection of attributes used to configure how data samples will be formatted when converted to a string |
Topic | <<interface>> The most basic description of the data to be published and subscribed |
TopicAdapter | <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) |
TopicDescription | Com.rti.dds.topic.Topic entity and associated elements |
TopicListener | <<interface>> com.rti.dds.infrastructure.Listener for com.rti.dds.topic.Topic entities |
TopicQos | QoS policies supported by a com.rti.dds.topic.Topic entity |
TypeSupport | <<interface>> An abstract marker interface that has to be specialized for each concrete user data type that will be used by the application |
WriterContentFilter | <<interface>> Interface to be used by a custom filter of a com.rti.dds.topic.ContentFilteredTopic |
type | |
builtin | RTI Connext provides a set of very simple data types for you to use with the topics in your application |
Bytes | Built-in type consisting of a variable-length array of opaque bytes |
BytesDataReader | <<interface>> Instantiates DataReader < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
BytesDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
BytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes > |
BytesTypeSupport | <<interface>> com.rti.dds.type.builtin.com.rti.dds.type.builtin.Bytes type support |
KeyedBytes | Built-in type consisting of a variable-length array of opaque bytes and a string that is the key |
KeyedBytesDataReader | <<interface>> Instantiates DataReader < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedBytesDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedBytesSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes > |
KeyedBytesTypeSupport | <<interface>> com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedBytes type support |
KeyedString | Keyed string built-in type |
KeyedStringDataReader | <<interface>> Instantiates DataReader < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
KeyedStringDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
KeyedStringSeq | Instantiates com.rti.dds.infrastructure.com.rti.dds.util.Sequence < com.rti.dds.type.builtin.com.rti.dds.type.builtin.KeyedString > |
KeyedStringTypeSupport | <<interface>> Keyed string type support |
StringDataReader | <<interface>> Instantiates DataReader < com.rti.dds.infrastructure.String > |
StringDataWriter | <<interface>> Instantiates DataWriter < com.rti.dds.infrastructure.String > |
StringTypeSupport | <<interface>> String type support |
typecode | <<extension>> A com.rti.dds.typecode.TypeCode is a mechanism for representing a type at runtime. RTI Connext can use type codes to send type definitions on the network. You will need to understand this API in order to use the Dynamic Data capability or to inspect the type information you receive from remote readers and writers |
EnumMember | A description of a member of an enumeration |
ExtensibilityKind | Type to indicate the extensibility of a type |
PRIVATE_MEMBER | Constant used to indicate that a value type member is private |
PUBLIC_MEMBER | Constant used to indicate that a value type member is public |
StructMember | A description of a member of a struct |
TCKind | Enumeration type for com.rti.dds.typecode.TypeCode kinds |
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 |
UnionMember | A description of a member of a union |
ValueMember | A description of a member of a value type |
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 |
util | Utility types that support the DDS API |
AbstractPrimitiveSequence | |
AbstractSequence | Abstract sequence |
Base64 | |
Enum | A superclass for all type-safe enumerated types |
LoanableSequence | A sequence capable of storing its elements directly or taking out a loan on them from an internal middleware store |
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 |
Union | |