RTI Connext Java API  Version 6.1.1

Entry created when a com.rti.dds.subscription.DataReader is discovered in association with its Subscriber. More...

Inherits AbstractBuiltinTopicData.

Public Attributes

final BuiltinTopicKey_t key
 DCPS key to distinguish entries. More...
 
final BuiltinTopicKey_t participant_key
 DCPS key of the participant to which the DataReader belongs. More...
 
String topic_name
 Name of the related 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
 Policy of the corresponding DataReader. More...
 
final DeadlineQosPolicy deadline
 Policy of the corresponding DataReader. More...
 
final LatencyBudgetQosPolicy latency_budget
 Policy of the corresponding DataReader. More...
 
final LivelinessQosPolicy liveliness
 Policy of the corresponding DataReader. More...
 
final ReliabilityQosPolicy reliability
 Policy of the corresponding DataReader. More...
 
final OwnershipQosPolicy ownership
 Policy of the corresponding DataReader. More...
 
final DestinationOrderQosPolicy destination_order
 Policy of the corresponding DataReader. More...
 
final UserDataQosPolicy user_data
 Policy of the corresponding DataReader. More...
 
final TimeBasedFilterQosPolicy time_based_filter
 Policy of the corresponding DataReader. More...
 
final PresentationQosPolicy presentation
 Policy of the Subscriber to which the DataReader belongs. More...
 
final PartitionQosPolicy partition
 Policy of the Subscriber to which the DataReader belongs. More...
 
final TypeConsistencyEnforcementQosPolicy type_consistency
 Policy of the corresponding DataReader. More...
 
final TopicDataQosPolicy topic_data
 Policy of the related Topic. More...
 
final GroupDataQosPolicy group_data
 Policy of the Subscriber to which the DataReader belongs. More...
 
TypeCode type_code
 <<extension>> Type code information of the corresponding Topic More...
 
final BuiltinTopicKey_t subscriber_key
 <<extension>> DCPS key of the subscriber to which the DataReader belongs. More...
 
final PropertyQosPolicy property
 <<extension>> Properties of the corresponding DataReader. More...
 
final LocatorSeq unicast_locators
 <<extension>> Custom unicast locators that the endpoint can specify. The default locators will be used if this is not specified. More...
 
final LocatorSeq multicast_locators
 <<extension>> Custom multicast locators that the endpoint can specify. The default locators will be used if this is not specified. More...
 
final ContentFilterProperty_t content_filter_property
 <<extension>> This field provides all the required information to enable content filtering on the Writer side. More...
 
final GUID_t virtual_guid
 <<extension>> Virtual GUID associated to the DataReader. More...
 
final ServiceQosPolicy service
 <<extension>> Policy of the corresponding DataReader. More...
 
final ProtocolVersion_t rtps_protocol_version
 <<extension>> Version number of the RTPS wire protocol used. More...
 
final VendorId_t rtps_vendor_id
 <<extension>> ID of vendor implementing the RTPS wire protocol. More...
 
final ProductVersion_t product_version
 <<extension>> This is a vendor specific parameter. It gives the current version of RTI Connext More...
 
final DataRepresentationQosPolicy representation
 Data representation policy of the corresponding DataReader. More...
 
boolean disable_positive_acks
 <<extension>> This is a vendor specific parameter. Determines whether the corresponding DataReader sends positive acknowledgments for reliability. More...
 
final EntityNameQosPolicy subscription_name
 <<extension>> The subscription name and role name. More...
 
final DataTagQosPolicy data_tags
 Tags of the corresponding DataReader. More...
 

Detailed Description

Member Data Documentation

◆ key

final BuiltinTopicKey_t key

DCPS key to distinguish entries.

◆ participant_key

final BuiltinTopicKey_t participant_key

DCPS key of the participant to which the DataReader belongs.

◆ topic_name

String topic_name

Name of the related 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

Policy of the corresponding DataReader.

◆ deadline

final DeadlineQosPolicy deadline

Policy of the corresponding DataReader.

◆ latency_budget

final LatencyBudgetQosPolicy latency_budget

Policy of the corresponding DataReader.

◆ liveliness

final LivelinessQosPolicy liveliness

Policy of the corresponding DataReader.

◆ reliability

final ReliabilityQosPolicy reliability

Policy of the corresponding DataReader.

◆ ownership

final OwnershipQosPolicy ownership

Policy of the corresponding DataReader.

◆ destination_order

final DestinationOrderQosPolicy destination_order

Policy of the corresponding DataReader.

Warning
Only the field com.rti.dds.infrastructure.DestinationOrderQosPolicy.kind is propagated during discovery. The other fields always contain their default values.

◆ user_data

final UserDataQosPolicy user_data

Policy of the corresponding DataReader.

◆ time_based_filter

final TimeBasedFilterQosPolicy time_based_filter

Policy of the corresponding DataReader.

◆ presentation

final PresentationQosPolicy presentation

Policy of the Subscriber to which the DataReader belongs.

◆ partition

final PartitionQosPolicy partition

Policy of the Subscriber to which the DataReader belongs.

◆ type_consistency

final TypeConsistencyEnforcementQosPolicy type_consistency

Policy of the corresponding DataReader.

◆ topic_data

final TopicDataQosPolicy topic_data

Policy of the related Topic.

◆ group_data

final GroupDataQosPolicy group_data

Policy of the Subscriber to which the DataReader belongs.

◆ type_code

TypeCode type_code

<<extension>> Type code information of the corresponding Topic

◆ subscriber_key

final BuiltinTopicKey_t subscriber_key

<<extension>> DCPS key of the subscriber to which the DataReader belongs.

◆ property

final PropertyQosPolicy property

<<extension>> Properties of the corresponding DataReader.

◆ unicast_locators

final LocatorSeq unicast_locators

<<extension>> Custom unicast locators that the endpoint can specify. The default locators will be used if this is not specified.

◆ multicast_locators

final LocatorSeq multicast_locators

<<extension>> Custom multicast locators that the endpoint can specify. The default locators will be used if this is not specified.

◆ content_filter_property

final ContentFilterProperty_t content_filter_property

<<extension>> This field provides all the required information to enable content filtering on the Writer side.

◆ virtual_guid

final GUID_t virtual_guid

<<extension>> Virtual GUID associated to the DataReader.

See also
com.rti.dds.infrastructure.GUID_t

◆ service

final ServiceQosPolicy service

<<extension>> Policy of the corresponding DataReader.

◆ rtps_protocol_version

final ProtocolVersion_t rtps_protocol_version

<<extension>> Version number of the RTPS wire protocol used.

◆ rtps_vendor_id

final VendorId_t rtps_vendor_id

<<extension>> ID of vendor implementing the RTPS wire protocol.

◆ product_version

final ProductVersion_t product_version

<<extension>> This is a vendor specific parameter. It gives the current version of RTI Connext

◆ representation

final DataRepresentationQosPolicy representation

Data representation policy of the corresponding DataReader.

◆ disable_positive_acks

boolean disable_positive_acks

<<extension>> This is a vendor specific parameter. Determines whether the corresponding DataReader sends positive acknowledgments for reliability.

◆ subscription_name

final EntityNameQosPolicy subscription_name

<<extension>> The subscription name and role name.

This member contains the name and the role name of the discovered subscription.

◆ data_tags

final DataTagQosPolicy data_tags

Tags of the corresponding DataReader.