RTI Connext Micro
Version 2.4.1.0
|
DDS_BuiltinTopicKey_t | The key type of the built-in topic types.Each remote DDS_Entity to be discovered can be uniquely identified by this key. This is the key of all the built-in topic data types |
DDS_ConditionSeq | |
DDS_DataReaderInstanceReplacedStatus | <<eXtension>> <<cert>> DDS_INSTANCE_REPLACED_STATUS.A status structure describing the current instance replacement status for the reader |
DDS_DataReaderListener | <<interface>> <<cert>> DDS_Listener for reader status |
DDS_DataReaderProtocolQosPolicy | <<eXtension>> Protocol that applies only to DDS_DataReader instances.This QoS policy is an extension to the DDS standard |
DDS_DataReaderQos | <<cert>> QoS policies supported by a DDS_DataReader entity |
DDS_DataReaderResourceLimitsQosPolicy | <<cert>> Resource limits that apply only to DDS_DataReader instances.This QoS policy is an extension to the DDS standard |
DDS_DataReaderSeq | Declares IDL sequence < DDS_DataReader > |
DDS_DataWriterListener | <<interface>> <<cert>> DDS_Listener for writer status |
DDS_DataWriterProtocolQosPolicy | <<eXtension>> <<cert>> Protocol that applies only to DDS_DataWriter instances.This QoS policy is an extension to the DDS standard |
DDS_DataWriterQos | <<cert>> QoS policies supported by a DDS_DataWriter entity |
DDS_DataWriterResourceLimitsQosPolicy | <<cert>> Resource limits that apply only to DDS_DataWriter instances.This QoS policy is an extension to the DDS standard |
DDS_DeadlineQosPolicy | <<cert>> Expresses the maximum duration (deadline) within which an instance is expected to be updated |
DDS_DiscoveryComponent | Specifies the name that will be used to identify a DDS_DomainParticipant in the discovery process |
DDS_DiscoveryQosPolicy | <<cert>> Specifies the attributes required to discover participants in the domain |
DDS_DomainParticipantFactoryQos | <<cert>> QoS policies supported by a DDS_DomainParticipantFactory |
DDS_DomainParticipantListener | <<interface>> <<cert>> Listener for participant status |
DDS_DomainParticipantQos | <<cert>> QoS policies supported by a DDS_DomainParticipant entity.Certain members must be set in a consistent manner: |
DDS_DomainParticipantResourceLimitsQosPolicy | <<cert>> Resource limits that apply only to DDS_DomainParticipant instances.This QoS policy is an extension to the DDS standard |
DDS_DurabilityQosPolicy | Durability properties that affect the life-cycle of published data |
DDS_Duration_t | Type for duration representation.Represents a time interval |
DDS_EntityFactoryQosPolicy | <<cert>> A QoS policy for all DDS_Entity types that can act as factories for one or more other DDS_Entity types |
DDS_EntityNameQosPolicy | <<cert>> Policy used to name an entity |
DDS_GUID_t | Type for GUID (Global Unique Identifier) representation.Represents a 128 bit GUID |
DDS_HistoryQosPolicy | <<cert>> Specifies the behavior of RTI Connext Micro 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_InconsistentTopicStatus | DDS_INCONSISTENT_TOPIC_STATUS |
DDS_Listener | <<interface>> Abstract base class for all Listener interfaces |
DDS_LivelinessChangedStatus | <<cert>> DDS_LIVELINESS_CHANGED_STATUS |
DDS_LivelinessLostStatus | <<cert>> DDS_LIVELINESS_LOST_STATUS |
DDS_LivelinessQosPolicy | <<cert>> Determines the mechanism and parameters used by the application to determine whether a DDS_Entity is alive |
DDS_Locator_t | <<eXtension>> <<cert>> Type used to represent the addressing information needed to send a message to an RTPS Endpoint using one of the supported transports |
DDS_LocatorSeq | Declares IDL sequence < DDS_Locator_t > |
DDS_OfferedDeadlineMissedStatus | <<cert>> DDS_OFFERED_DEADLINE_MISSED_STATUS |
DDS_OfferedIncompatibleQosStatus | <<cert>> DDS_OFFERED_INCOMPATIBLE_QOS_STATUS |
DDS_OwnershipQosPolicy | <<cert>> 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 | <<cert>> 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 | <<cert>> Object representing a remote DomainParticipant.Data associated with the built-in topic ::DDS_PARTICIPANT_TOPIC_NAME. It contains QoS policies and additional information that apply to the remote DDS_DomainParticipant |
DDS_ProductVersion | <<eXtension>> <<cert>> Type used to represent the current version of RTI Connext Micro |
DDS_ProductVersion_t | <<eXtension>> <<cert>> Type used to represent the current version of RTI Connext Micro |
DDS_ProtocolVersion | <<eXtension>> <<cert>> Type used to represent the version of the RTPS protocol |
DDS_PublicationMatchedStatus | <<cert>> DDS_PUBLICATION_MATCHED_STATUSA "match" happens when the DDS_DataWriter finds a DDS_DataReader for the same DDS_Topic and common partition with a requested QoS that is compatible with that offered by the DDS_DataWriter |
DDS_PublisherListener | <<interface>> <<cert>> DDS_Listener for DDS_Publisher status |
DDS_PublisherQos | <<cert>> QoS policies supported by a DDS_Publisher entity |
DDS_PublisherSeq | Declares IDL sequence < DDS_Publisher > |
DDS_ReliabilityQosPolicy | <<cert>> Indicates the level of reliability offered/requested by RTI Connext Micro |
DDS_ReliableReaderActivityChangedStatus | <<eXtension>> <<cert>> Describes the activity (i.e. are acknowledgements forthcoming) of reliable readers matched to a reliable writer |
DDS_RequestedDeadlineMissedStatus | <<cert>> DDS_REQUESTED_DEADLINE_MISSED_STATUS |
DDS_RequestedIncompatibleQosStatus | <<cert>> DDS_REQUESTED_INCOMPATIBLE_QOS_STATUS |
DDS_ResourceLimitsQosPolicy | <<cert>> Specifies the resources that RTI Connext Micro can consume in order to meet the requested QoS |
DDS_RtpsReliableWriterProtocol_t | <<cert>> QoS related to the reliable writer protocol defined in RTPS.It is used to configure a reliable writer according to RTPS protocol |
DDS_RtpsWellKnownPorts_t | RTPS well-known port mapping configuration |
DDS_SampleIdentity_t | Data structure used to provide explicit identity information about a published data sample |
DDS_SampleInfo | Information that accompanies each sample that is read or taken |
DDS_SampleInfoSeq | Declares IDL sequence < DDS_SampleInfo > |
DDS_SampleLostStatus | <<cert>> DDS_SAMPLE_LOST_STATUS |
DDS_SampleRejectedStatus | DDS_SAMPLE_REJECTED_STATUSA status structure describing the samples rejected by the reader |
DDS_SequenceNumber_t | Type for sequence number representation.Represents a 64-bit sequence number |
DDS_SubscriberListener | <<interface>> <<cert>> DDS_Listener for status about a subscriber |
DDS_SubscriberQos | <<cert>> QoS policies supported by a DDS_Subscriber entity |
DDS_SubscriptionMatchedStatus | <<cert>> DDS_SUBSCRIPTION_MATCHED_STATUSA "match" happens when the DDS_DataReader finds a DDS_DataWriter for the same DDS_Topic with an offered QoS that is compatible with that requested by the DDS_DataReader |
DDS_SystemResourceLimitsQosPolicy | <<cert>> Resource limits that apply only to DDS_DomainParticipantFactoryThis QoS policy is an extension to the DDS standard |
DDS_Time_t | Type for time representation.A DDS_Time_t represents a moment in time |
DDS_TopicListener | <<interface>> DDS_Listener for DDS_Topic entities |
DDS_TopicQos | QoS policies supported by a DDS_Topic entity.Getting and setting the topic QoS is not supported. DDS_TOPIC_QOS_DEFAULT is the only value supported as an argument to DDS_DomainParticipant_create_topic |
DDS_TransportQosPolicy | <<eXtension>> <<cert>> Settings for available transports |
DDS_UserTrafficQosPolicy | A QosPolicy to configure properties of network traffic caused by the exchange of user data |
DDS_VendorId | <<eXtension>> <<cert>> Type used to represent the vendor of the service implementing the RTPS protocol |
DDS_VendorId_t | <<eXtension>> <<cert>> Type used to represent the vendor of the service implementing the RTPS protocol |
DDS_WireProtocolQosPolicy | <<cert>> Specifies the wire-protocol-related attributes for the DDS_DomainParticipant |
DDS_WriteParams_t | Data structure used to provide custom parameters to a DataWriter's write operation |
DPDE_DiscoveryPluginProperty | |
DPSE_DiscoveryPluginProperty | <<eXtension>> <<cert>> Properties for the Dynamic Participant/Static Endpoint (DPSE) discovery plugin. This includes all discovery timing properties for participant discovery |
FooDataReader | <<interface>> <<generic>> User data type-specific data reader.Defines the user data type specific reader interface generated for each application class |
FooDataWriter | <<interface>> <<generic>> User data type specific data writer.Defines the user data type specific writer interface generated for each application class |
FooSeq | <<interface>> <<generic>> <<cert>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as "Foo" |
NDDS_Discovery_Property | Specifies internal information used to store discovery information about a DDS_DomainParticipant in the registry |
NDDS_Type_Plugin | <<interface>> Plugin for type routines |
NDDS_Type_PluginVersion | Data type used to keep track of versioning information about a NDDS_Type_Plugin |
OSAPI_LogProperty | Configuration of logging functionality |
OSAPI_NtpTime | NtpTime API |
OSAPI_SystemI | |
OSAPI_SystemListener | |
OSAPI_SystemProperty | |
OSAPI_SystemUUID | UUID definition |
OSAPI_ThreadInfo | Thread info |
OSAPI_TimeoutUserData | User-data passed to timer-handler |