RTI Connext Java API  Version 6.1.0

Entry created when a Topic object discovered. More...

Inherits AbstractBuiltinTopicData.

Public Attributes

final BuiltinTopicKey_t key
 DCPS key to distinguish entries. More...
 
String name
 Name of the com.rti.dds.topic.Topic. More...
 
String type_name
 Name of the type attached to the com.rti.dds.topic.Topic. More...
 
final DurabilityQosPolicy durability
 durability policy of the corresponding Topic More...
 
final DurabilityServiceQosPolicy durability_service
 durability service policy of the corresponding Topic More...
 
final DeadlineQosPolicy deadline
 Policy of the corresponding Topic. More...
 
final LatencyBudgetQosPolicy latency_budget
 Policy of the corresponding Topic. More...
 
final LivelinessQosPolicy liveliness
 Policy of the corresponding Topic. More...
 
final ReliabilityQosPolicy reliability
 Policy of the corresponding Topic. More...
 
final TransportPriorityQosPolicy transport_priority
 Policy of the corresponding Topic. More...
 
final LifespanQosPolicy lifespan
 Policy of the corresponding Topic. More...
 
final DestinationOrderQosPolicy destination_order
 Policy of the corresponding Topic. More...
 
final HistoryQosPolicy history
 Policy of the corresponding Topic. More...
 
final ResourceLimitsQosPolicy resource_limits
 Policy of the corresponding Topic. More...
 
final OwnershipQosPolicy ownership
 Policy of the corresponding Topic. More...
 
final TopicDataQosPolicy topic_data
 Policy of the corresponding Topic. More...
 
final DataRepresentationQosPolicy representation
 Data representation policy of the corresponding Topic. More...
 

Detailed Description

Entry created when a Topic object discovered.

Data associated with the built-in topic com.rti.dds.topic.builtin.TopicBuiltinTopicDataTypeSupport.TOPIC_TOPIC_NAME. It contains QoS policies and additional information that apply to the remote com.rti.dds.topic.Topic.

Note: The builtin.TopicBuiltinTopicData built-in topic is meant to convey information about discovered Topics. This Topic's samples are not propagated in a separate packet on the wire. Instead, the data is sent as part of the information carried by other built-in topics (com.rti.dds.publication.builtin.PublicationBuiltinTopicData and com.rti.dds.subscription.builtin.SubscriptionBuiltinTopicData). Therefore TopicBuiltinTopicData DataReaders will not receive any data.

See also
com.rti.dds.topic.builtin.TopicBuiltinTopicDataTypeSupport.TOPIC_TOPIC_NAME
builtin.TopicBuiltinTopicDataDataReader

Member Data Documentation

◆ key

final BuiltinTopicKey_t key

DCPS key to distinguish entries.

◆ name

String name

Name of the com.rti.dds.topic.Topic.

The length of this string is limited to 255 characters.

◆ type_name

String type_name

Name of the type attached to the com.rti.dds.topic.Topic.

The length of this string is limited to 255 characters.

◆ durability

final DurabilityQosPolicy durability

durability policy of the corresponding Topic

◆ durability_service

final DurabilityServiceQosPolicy durability_service

durability service policy of the corresponding Topic

◆ deadline

final DeadlineQosPolicy deadline

Policy of the corresponding Topic.

◆ latency_budget

final LatencyBudgetQosPolicy latency_budget

Policy of the corresponding Topic.

◆ liveliness

final LivelinessQosPolicy liveliness

Policy of the corresponding Topic.

◆ reliability

final ReliabilityQosPolicy reliability

Policy of the corresponding Topic.

◆ transport_priority

final TransportPriorityQosPolicy transport_priority

Policy of the corresponding Topic.

◆ lifespan

final LifespanQosPolicy lifespan

Policy of the corresponding Topic.

◆ destination_order

final DestinationOrderQosPolicy destination_order

Policy of the corresponding Topic.

◆ history

final HistoryQosPolicy history

Policy of the corresponding Topic.

◆ resource_limits

final ResourceLimitsQosPolicy resource_limits

Policy of the corresponding Topic.

◆ ownership

final OwnershipQosPolicy ownership

Policy of the corresponding Topic.

◆ topic_data

final TopicDataQosPolicy topic_data

Policy of the corresponding Topic.

◆ representation

final DataRepresentationQosPolicy representation

Data representation policy of the corresponding Topic.