DDS::AllocationSettings_t | Resource allocation settings |
DDS::AsynchronousPublisherQosPolicy | Configures the mechanism that sends user data in an external middleware thread |
DDS::AvailabilityQosPolicy | Configures the availability of data |
DDS::BatchQosPolicy | Used to configure batching of multiple samples into a single network packet in order to increase throughput for small samples |
DDS::BooleanSeq | Instantiates DDS::Sequence < System::Boolean > |
DDS::BuiltinTopicKey_t | The key type of the built-in topic types |
DDS::BuiltinTopicReaderResourceLimits_t | Built-in topic reader's resource limits |
DDS::Bytes | Built-in type consisting of a variable-length array of opaque bytes |
DDS::BytesDataReader | <<interface>> Instantiates DataReader < DDS::Bytes > |
DDS::BytesDataWriter | <<interface>> Instantiates DataWriter < DDS::Bytes > |
DDS::ByteSeq | Instantiates DDS::Sequence < System::Byte > |
DDS::BytesSeq | Instantiates DDS::Sequence < DDS::Bytes > |
DDS::BytesTypeSupport | <<interface>> DDS::Bytes type support |
DDS::ChannelSettings_t | Type used to configure the properties of a channel |
DDS::ChannelSettingsSeq | Declares IDL sequence< DDS::ChannelSettings_t > |
DDS::CharSeq | Instantiates DDS::Sequence < System::Char > |
DDS::Condition | <<interface>> Root class for all the conditions that may be attached to a DDS::WaitSet |
DDS::ConditionSeq | Instantiates DDS::Sequence < DDS::Condition > |
NDDS::Config_LibraryVersion_t | The version of a single library shipped as part of an RTI Data Distribution Service distribution |
NDDS::ConfigLogger | <<interface>> The singleton type used to configure RTI Data Distribution Service logging |
NDDS::ConfigVersion | <<interface>> The version of an RTI Data Distribution Service distribution |
DDS::ContentFilteredTopic | <<interface>> Specialization of DDS::TopicDescription that allows for content-based subscriptions |
DDS::ContentFilterProperty_t | <<eXtension>> Type used to provide all the required information to enable content filtering |
DDS::Cookie_t | <<eXtension>> Sequence of bytes identifying a written data sample, used when writing with parameters |
DDS::DatabaseQosPolicy | Various threads and resource limits settings used by RTI Data Distribution Service to control its internal database |
DDS::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 DDS::Subscriber |
DDS::DataReaderCacheStatus | <<eXtension>> The status of the reader's cache |
DDS::DataReaderListener | <<interface>> DDS::Listener for reader status |
DDS::DataReaderProtocolQosPolicy | Along with DDS::WireProtocolQosPolicy and DDS::DataWriterProtocolQosPolicy, this QoS policy configures the DDS on-the-network protocol (RTPS) |
DDS::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 |
DDS::DataReaderQos | QoS policies supported by a DDS::DataReader entity |
DDS::DataReaderResourceLimitsQosPolicy | Various settings that configure how a DDS::DataReader allocates and uses physical memory for internal resources |
DDS::DataReaderSeq | Declares IDL sequence < DDS::DataReader > |
DDS::DataWriter | <<interface>> Allows an application to set the value of the data to be published under a given DDS::Topic |
DDS::DataWriterCacheStatus | <<eXtension>> The status of the writer's cache |
DDS::DataWriterListener | <<interface>> DDS::Listener for writer status |
DDS::DataWriterProtocolQosPolicy | Protocol that applies only to DDS::DataWriter instances |
DDS::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 |
DDS::DataWriterQos | QoS policies supported by a DDS::DataWriter entity |
DDS::DataWriterResourceLimitsQosPolicy | Various settings that configure how a DDS::DataWriter allocates and uses physical memory for internal resources |
DDS::DeadlineQosPolicy | Expresses the maximum duration (deadline) within which an instance is expected to be updated |
DDS::DestinationOrderQosPolicy | Controls how the middleware will deal with data sent by multiple DDS::DataWriter entities for the same instance of data (i.e., same DDS::Topic and key) |
DDS::DiscoveryConfigQosPolicy | Settings for discovery configuration |
DDS::DiscoveryQosPolicy | Configures the mechanism used by the middleware to automatically discover and connect with new remote applications |
DDS::DomainEntity | <<interface>> Abstract base class for all DDS entities except for the DDS::DomainParticipant |
DDS::DomainParticipant | <<interface>> Container for all DDS::DomainEntity objects |
DDS::DomainParticipantFactory | <<singleton>> <<interface>> Allows creation and destruction of DDS::DomainParticipant objects |
DDS::DomainParticipantFactoryQos | QoS policies supported by a DDS::DomainParticipantFactory |
DDS::DomainParticipantListener | <<interface>> Listener for participant status |
DDS::DomainParticipantQos | QoS policies supported by a DDS::DomainParticipant entity |
DDS::DomainParticipantResourceLimitsQosPolicy | Various settings that configure how a DDS::DomainParticipant allocates and uses physical memory for internal resources, including the maximum sizes of various properties |
DDS::DoubleSeq | Instantiates DDS::Sequence < System::Double > |
DDS::DurabilityQosPolicy | This QoS policy specifies whether or not RTI Data Distribution Service will store and deliver previously published data samples to new DDS::DataReader entities that join the network later |
DDS::DurabilityServiceQosPolicy | Various settings to configure the external RTI Persistence Service used by RTI Data Distribution Service for DataWriters with a DDS::DurabilityQosPolicy setting of DDS::DurabilityQosPolicyKind::PERSISTENT_DURABILITY_QOS or DDS::DurabilityQosPolicyKind::TRANSIENT_DURABILITY_QOS |
DDS::Duration_t | Type for duration representation |
DDS::DynamicData | A sample of any complex data type, which can be inspected and manipulated reflectively |
DDS::DynamicDataInfo | A descriptor for a DDS::DynamicData object |
DDS::DynamicDataMemberInfo | A descriptor for a single member (i.e. field) of dynamically defined data type |
DDS::DynamicDataProperty_t | A collection of attributes used to configure DDS::DynamicData objects |
DDS::DynamicDataReader | Reads (subscribes to) objects of type DDS::DynamicData |
DDS::DynamicDataSeq | An ordered collection of DDS::DynamicData elements |
DDS::DynamicDataTypeProperty_t | A collection of attributes used to configure DDS::DynamicDataTypeSupport objects |
DDS::DynamicDataTypeSerializationProperty_t | Properties that govern how data of a certain type will be serialized on the network |
DDS::DynamicDataTypeSupport | A factory for registering a dynamically defined type and creating DDS::DynamicData objects |
DDS::DynamicDataWriter | Writes (publishes) objects of type DDS::DynamicData |
DDS::EndpointGroup_t | Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum |
DDS::EndpointGroupSeq | A sequence of DDS::EndpointGroup_t |
DDS::Entity | <<interface>> Abstract base class for all the DDS objects that support QoS policies, a listener, and a status condition |
DDS::EntityFactoryQosPolicy | A QoS policy for all DDS::Entity types that can act as factories for one or more other DDS::Entity types |
DDS::EntityNameQosPolicy | Assigns a name and a role name to a DDS::DomainParticipant, DDS::DataWriter or DDS::DataReader. These names will be visible during the discovery process and in RTI tools to help you visualize and debug your system |
DDS::EnumMember | A description of a member of an enumeration |
DDS::EnumMemberSeq | Defines a sequence of enumerator members |
DDS::EventQosPolicy | Settings for event |
DDS::Exception | Superclass of all exceptions thrown by the RTI Data Distribution Service API |
DDS::ExclusiveAreaQosPolicy | Configures multi-thread concurrency and deadlock prevention capabilities |
DDS::FloatSeq | Instantiates DDS::Sequence < System::Single > |
DDS::FlowController | <<interface>> A flow controller is the object responsible for shaping the network traffic by determining when attached asynchronous DDS::DataWriter instances are allowed to write data |
DDS::FlowControllerProperty_t | Determines the flow control characteristics of the DDS::FlowController |
DDS::FlowControllerTokenBucketProperty_t | DDS::FlowController uses the popular token bucket approach for open loop network flow control. The flow control characteristics are determined by the token bucket properties |
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 Foo |
FooTypeSupport | <<interface>> <<generic>> User data type specific interface |
DDS::GroupDataQosPolicy | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
DDS::GuardCondition | <<interface>> A specific DDS::Condition whose trigger_value is completely under the control of the application |
DDS::GUID_t | Type for GUID (Global Unique Identifier) representation |
DDS::HistoryQosPolicy | Specifies the behavior of RTI Data Distribution 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 |
DDS::ICopyable< T > | <<eXtension>> <<interface>> Interface for all the user-defined data type classes that support copy |
DDS::InconsistentTopicStatus | DDS::StatusKind::INCONSISTENT_TOPIC_STATUS |
DDS::InstanceHandle_t | Type definition for an instance handle |
DDS::InstanceHandleSeq | Instantiates DDS::Sequence < DDS::InstanceHandle_t > |
DDS::InstanceStateKind | Indicates is the samples are from a live DDS::DataWriter or not |
DDS::IntSeq | Instantiates DDS::Sequence < System::Int32 > |
DDS::ITopicDescription | <<interface>> Base class for DDS::Topic, DDS::ContentFilteredTopic, and DDS::MultiTopic |
DDS::KeyedBytes | Built-in type consisting of a variable-length array of opaque bytes and a string that is the key |
DDS::KeyedBytesDataReader | <<interface>> Instantiates DataReader < DDS::KeyedBytes > |
DDS::KeyedBytesDataWriter | <<interface>> Instantiates DataWriter < DDS::KeyedBytes > |
DDS::KeyedBytesSeq | Instantiates DDS::Sequence < DDS::KeyedBytes > |
DDS::KeyedBytesTypeSupport | <<interface>> DDS::KeyedBytes type support |
DDS::KeyedString | Keyed string built-in type |
DDS::KeyedStringDataReader | <<interface>> Instantiates DataReader < DDS::KeyedString > |
DDS::KeyedStringDataWriter | <<interface>> Instantiates DataWriter < DDS::KeyedString > |
DDS::KeyedStringSeq | Instantiates DDS::Sequence < DDS::KeyedString > |
DDS::KeyedStringTypeSupport | <<interface>> Keyed string type support |
DDS::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 |
DDS::LifespanQosPolicy | Specifies how long the data written by the DDS::DataWriter is considered valid |
DDS::Listener | <<interface>> Abstract base class for all Listener interfaces |
DDS::LivelinessChangedStatus | DDS::StatusKind::LIVELINESS_CHANGED_STATUS |
DDS::LivelinessLostStatus | DDS::StatusKind::LIVELINESS_LOST_STATUS |
DDS::LivelinessQosPolicy | Specifies and configures the mechanism that allows DDS::DataReader entities to detect when DDS::DataWriter entities become disconnected or "dead." |
DDS::LoanableSequence< E > | A sequence implementation used internally by the middleware to efficiently manage memory during DDS::TypedDataReader::read and DDS::TypedDataReader::take operations |
DDS::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 |
DDS::LocatorFilter_t | The QoS policy used to report the configuration of a MultiChannel DataWriter as part of DDS::PublicationBuiltinTopicData |
DDS::LocatorFilterQosPolicy | The QoS policy used to report the configuration of a MultiChannel DataWriter as part of DDS::PublicationBuiltinTopicData |
DDS::LocatorFilterSeq | Declares IDL sequence< DDS::LocatorFilter_t > |
DDS::LocatorSeq | Declares IDL sequence < DDS::Locator_t > |
DDS::LoggingQosPolicy | Configures the RTI Data Distribution Service logging facility |
DDS::LongDouble | Defines an extra-precision floating-point data type, equivalent to IDL/CDR long double |
DDS::LongDoubleSeq | Instantiates DDS::Sequence < DDS::LongDouble > |
DDS::LongSeq | Instantiates DDS::Sequence < System::Int64 > |
DDS::MultiChannelQosPolicy | Configures the ability of a DataWriter to send data on different multicast groups (addresses) based on the value of the data |
DDS::MultiTopic | [Not supported (optional)] <<interface>> A specialization of DDS::TopicDescription that allows subscriptions that combine/filter/rearrange data coming from several topics |
DDS::OfferedDeadlineMissedStatus | DDS::StatusKind::OFFERED_DEADLINE_MISSED_STATUS |
DDS::OfferedIncompatibleQosStatus | DDS::StatusKind::OFFERED_INCOMPATIBLE_QOS_STATUS |
DDS::OwnershipQosPolicy | Specifies whether it is allowed for multiple DDS::DataWriter (s) to write the same instance of the data and if so, how these modifications should be arbitrated |
DDS::OwnershipStrengthQosPolicy | Specifies the value of the strength used to arbitrate among multiple DDS::DataWriter objects that attempt to modify the same instance of a data type (identified by DDS::Topic + key) |
DDS::ParticipantBuiltinTopicData | Entry created when a DomainParticipant object is discovered |
DDS::ParticipantBuiltinTopicDataDataReader | Instantiates DataReader < DDS::ParticipantBuiltinTopicData > |
DDS::ParticipantBuiltinTopicDataSeq | Instantiates DDS::Sequence < DDS::ParticipantBuiltinTopicData > |
DDS::ParticipantBuiltinTopicDataTypeSupport | Instantiates TypeSupport < DDS::ParticipantBuiltinTopicData > |
DDS::PartitionQosPolicy | Set of strings that introduces a logical partition among the topics visible by a DDS::Publisher and a DDS::Subscriber |
DDS::PresentationQosPolicy | Specifies how the samples representing changes to data instances are presented to a subscribing application |
DDS::ProductVersion_t | <<eXtension>> Type used to represent the current version of RTI Data Distribution Service |
DDS::ProfileQosPolicy | Configures the way that XML documents containing QoS profiles are loaded by RTI Data Distribution Service |
DDS::Property_t | Properties are name/value pairs objects |
DDS::PropertyQosPolicy | Stores name/value(string) pairs that can be used to configure certain parameters of RTI Data Distribution Service 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 |
DDS::PropertyQosPolicyHelper | Policy Helpers which facilitate management of the properties in the input policy |
DDS::PropertySeq | Declares IDL sequence < DDS::Property_t > |
DDS::ProtocolVersion_t | <<eXtension>> Type used to represent the version of the RTPS protocol |
DDS::PublicationBuiltinTopicData | Entry created when a DDS::DataWriter is discovered in association with its Publisher |
DDS::PublicationBuiltinTopicDataDataReader | Instantiates DataReader < DDS::PublicationBuiltinTopicData > |
DDS::PublicationBuiltinTopicDataSeq | Instantiates DDS::Sequence < DDS::PublicationBuiltinTopicData > |
DDS::PublicationBuiltinTopicDataTypeSupport | Instantiates TypeSupport < DDS::PublicationBuiltinTopicData > |
DDS::PublicationMatchedStatus | DDS::StatusKind::PUBLICATION_MATCHED_STATUS |
DDS::Publisher | <<interface>> A publisher is the object responsible for the actual dissemination of publications |
DDS::PublisherListener | <<interface>> DDS::Listener for DDS::Publisher status |
DDS::PublisherQos | QoS policies supported by a DDS::Publisher entity |
DDS::PublisherSeq | Declares IDL sequence < DDS::Publisher > |
DDS::PublishModeQosPolicy | Specifies how RTI Data Distribution Service sends application data on the network. This QoS policy can be used to tell RTI Data Distribution Service to use its own thread to send data, instead of the user thread |
DDS::QosPolicyCount | Type to hold a counter for a DDS::QosPolicyId_t |
DDS::QosPolicyCountSeq | Declares IDL sequence < DDS::QosPolicyCount > |
DDS::QueryCondition | <<interface>> These are specialised DDS::ReadCondition objects that allow the application to also specify a filter on the locally available data |
DDS::ReadCondition | <<interface>> Conditions specifically dedicated to read operations and attached to one DDS::DataReader |
DDS::ReaderDataLifecycleQosPolicy | Controls how a DataReader manages the lifecycle of the data that it has received |
DDS::ReceiverPoolQosPolicy | Configures threads used by RTI Data Distribution Service to receive and process data from transports (for example, UDP sockets) |
DDS::ReliabilityQosPolicy | Indicates the level of reliability offered/requested by RTI Data Distribution Service |
DDS::ReliableReaderActivityChangedStatus | <<eXtension>> Describes the activity (i.e. are acknowledgements forthcoming) of reliable readers matched to a reliable writer |
DDS::ReliableWriterCacheChangedStatus | <<eXtension>> A summary of the state of a data writer's cache of unacknowledged samples written |
DDS::ReliableWriterCacheEventCount | <<eXtension>> The number of times the number of unacknowledged samples in the cache of a reliable writer hit a certain well-defined threshold |
DDS::RequestedDeadlineMissedStatus | DDS::StatusKind::REQUESTED_DEADLINE_MISSED_STATUS |
DDS::RequestedIncompatibleQosStatus | DDS::StatusKind::REQUESTED_INCOMPATIBLE_QOS_STATUS |
DDS::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 |
DDS::Retcode_AlreadyDeleted | The object target of this operation has already been deleted |
DDS::Retcode_BadParameter | Illegal parameter value |
DDS::Retcode_Error | Generic, unspecified error |
DDS::Retcode_IllegalOperation | The operation was called under improper circumstances |
DDS::Retcode_ImmutablePolicy | Application attempted to modify an immutable QoS policy |
DDS::Retcode_InconsistentPolicy | Application specified a set of QoS policies that are not consistent with each other |
DDS::Retcode_NoData | Indicates a transient situation where the operation did not return any data but there is no inherent error |
DDS::Retcode_NotEnabled | Operation invoked on a DDS::Entity that is not yet enabled |
DDS::Retcode_OutOfResources | RTI Data Distribution Service ran out of the resources needed to complete the operation |
DDS::Retcode_PreconditionNotMet | A pre-condition for the operation was not met |
DDS::Retcode_Timeout | The operation timed out |
DDS::Retcode_Unsupported | Unsupported operation. Can only returned by operations that are unsupported |
DDS::RtpsReliableReaderProtocol_t | Qos related to reliable reader protocol defined in RTPS |
DDS::RtpsReliableWriterProtocol_t | QoS related to the reliable writer protocol defined in RTPS |
DDS::RtpsWellKnownPorts_t | RTPS well-known port mapping configuration |
DDS::SampleIdentity_t | Type definition for an Sample Identity |
DDS::SampleInfo | Information that accompanies each sample that is read or taken |
DDS::SampleInfoSeq | Declares IDL sequence < DDS::SampleInfo > |
DDS::SampleLostStatus | DDS::StatusKind::SAMPLE_LOST_STATUS |
DDS::SampleRejectedStatus | DDS::StatusKind::SAMPLE_REJECTED_STATUS |
DDS::SampleStateKind | Indicates whether or not a sample has ever been read |
DDS::Sequence< T > | <<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as Foo |
DDS::SequenceNumber_t | Type for sequence number representation |
DDS::ShmemTransport | Built-in transport plug-in for inter-process communications using shared memory |
DDS::ShortSeq | Instantiates DDS::Sequence < System::Int16 > |
DDS::StatusCondition | <<interface>> A specific DDS::Condition that is associated with each DDS::Entity |
DDS::StringDataReader | <<interface>> Instantiates DataReader < System::String > |
DDS::StringDataWriter | <<interface>> Instantiates DataWriter < System::String > |
DDS::StringSeq | Instantiates DDS::Sequence < System::String > with value type semantics |
DDS::StringTypeSupport | <<interface>> String type support |
DDS::StructMember | A description of a member of a struct |
DDS::StructMemberSeq | Defines a sequence of struct members |
DDS::Subscriber | <<interface>> A subscriber is the object responsible for actually receiving data from a subscription |
DDS::SubscriberListener | <<interface>> DDS::Listener for status about a subscriber |
DDS::SubscriberQos | QoS policies supported by a DDS::Subscriber entity |
DDS::SubscriberSeq | Declares IDL sequence < DDS::Subscriber > |
DDS::SubscriptionBuiltinTopicData | Entry created when a DDS::DataReader is discovered in association with its Subscriber |
DDS::SubscriptionBuiltinTopicDataDataReader | Instantiates DataReader < DDS::SubscriptionBuiltinTopicData > |
DDS::SubscriptionBuiltinTopicDataSeq | Instantiates DDS::Sequence < DDS::SubscriptionBuiltinTopicData > |
DDS::SubscriptionBuiltinTopicDataTypeSupport | Instantiates TypeSupport < DDS::SubscriptionBuiltinTopicData > |
DDS::SubscriptionMatchedStatus | DDS::StatusKind::SUBSCRIPTION_MATCHED_STATUS |
DDS::SystemResourceLimitsQosPolicy | Configures DDS::DomainParticipant-independent resources used by RTI Data Distribution Service. Mainly used to change the maximum number of DDS::DomainParticipant entities that can be created within a single process (address space) |
DDS::ThreadSettings_t | The properties of a thread of execution |
DDS::Time_t | Type for time representation |
DDS::TimeBasedFilterQosPolicy | Filter that allows a DDS::DataReader to specify that it is interested only in (potentially) a subset of the values of the data |
DDS::Topic | <<interface>> The most basic description of the data to be published and subscribed |
DDS::TopicBuiltinTopicData | Entry created when a Topic object discovered |
DDS::TopicBuiltinTopicDataDataReader | Instantiates DataReader < DDS::TopicBuiltinTopicData > |
DDS::TopicBuiltinTopicDataSeq | Instantiates DDS::Sequence < DDS::TopicBuiltinTopicData > |
DDS::TopicBuiltinTopicDataTypeSupport | Instantiates TypeSupport < DDS::TopicBuiltinTopicData > |
DDS::TopicDataQosPolicy | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
DDS::TopicListener | <<interface>> DDS::Listener for DDS::Topic entities |
DDS::TopicQos | QoS policies supported by a DDS::Topic entity |
DDS::TransportBuiltinKindAlias | Bits in DDS::TransportBuiltinKindMask |
DDS::TransportBuiltinQosPolicy | Specifies which built-in transports are used |
DDS::TransportEncapsulationSettings_t | |
DDS::TransportMulticastMapping_t | Type representing a list of multicast mapping elements |
DDS::TransportMulticastMappingFunction_t | Type representing an external mapping function |
DDS::TransportMulticastMappingQosPolicy | Specifies a list of topic_expressions and multicast addresses that can be used by an Entity with a specific topic name to receive data |
DDS::TransportMulticastMappingSeq | Declares IDL sequence< DDS::TransportMulticastMapping_t > |
DDS::TransportMulticastQosPolicy | Specifies the multicast address on which a DDS::DataReader wants to receive its data. It can also specify a port number as well as a subset of the available (at the DDS::DomainParticipant level) transports with which to receive the multicast data |
DDS::TransportMulticastSettings_t | Type representing a list of multicast locators |
DDS::TransportMulticastSettingsSeq | Declares IDL sequence< DDS::TransportMulticastSettings_t > |
DDS::TransportPriorityQosPolicy | This QoS policy allows the application to take advantage of transports that are capable of sending messages with different priorities |
DDS::TransportSelectionQosPolicy | Specifies the physical transports a DDS::DataWriter or DDS::DataReader may use to send or receive data |
DDS::TransportUnicastQosPolicy | Specifies a subset of transports and a port number that can be used by an Entity to receive data |
DDS::TransportUnicastSettings_t | Type representing a list of unicast locators |
DDS::TransportUnicastSettingsSeq | Declares IDL sequence< DDS::TransportUnicastSettings_t > |
DDS::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 |
DDS::TypeCodeFactory | A singleton factory for creating, copying, and deleting data type definitions dynamically |
DDS::TypedDataReader< T > | <<interface>> <<generic>> User data type-specific data reader |
DDS::TypedDataWriter< T > | <<interface>> <<generic>> User data type specific data writer |
DDS::TypeSupport | <<interface>> An abstract marker interface that has to be specialized for each concrete user data type that will be used by the application |
DDS::TypeSupportQosPolicy | Allows you to attach application-specific values to a DataWriter or DataReader that are passed to the serialization or deserialization routine of the associated data type |
DDS::UDPv4Transport | Built-in transport plug-in using UDP/IPv4 |
DDS::UDPv6Transport | Built-in transport plug-in using UDP/IPv6 |
DDS::UnionMember | A description of a member of a union |
DDS::UnionMemberSeq | Defines a sequence of union members |
DDS::UnsignedIntSeq | Instantiates DDS::Sequence < System::UInt32 > |
DDS::UnsignedLongSeq | Instantiates DDS::Sequence < System::UInt64 > |
DDS::UnsignedShortSeq | Instantiates DDS::Sequence < System::UInt16 > |
DDS::UserDataQosPolicy | Attaches a buffer of opaque data that is distributed by means of Built-in Topics during discovery |
DDS::ValueMember | A description of a member of a value type |
DDS::ValueMemberSeq | Defines a sequence of value members |
DDS::VendorId_t | <<eXtension>> Type used to represent the vendor of the service implementing the RTPS protocol |
DDS::ViewStateKind | Indicates whether or not an instance is new |
DDS::WaitSet | <<interface>> Allows an application to wait until one or more of the attached DDS::Condition objects has a trigger_value of true or else until the timeout expires |
DDS::WaitSetProperty_t | <<eXtension>> Specifies the DDS::WaitSet behavior for multiple trigger events |
DDS::WcharSeq | Instantiates DDS::Sequence < System::Char > |
DDS::WireProtocolQosPolicy | Specifies the wire-protocol-related attributes for the DDS::DomainParticipant |
DDS::WriterDataLifecycleQosPolicy | Controls how a DDS::DataWriter handles the lifecycle of the instances (keys) that it is registered to manage |
DDS::WstringSeq | Instantiates DDS::Sequence < System::Char* > |