RTI Connext Java API  Version 6.1.1

Entry created when a com.rti.dds.publication.DataWriter is discovered in association with its Publisher. 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 DataWriter 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
 durability policy of the corresponding DataWriter More...
 
final DurabilityServiceQosPolicy durability_service
 durability_service policy of the corresponding DataWriter More...
 
final DeadlineQosPolicy deadline
 Policy of the corresponding DataWriter. More...
 
final LatencyBudgetQosPolicy latency_budget
 Policy of the corresponding DataWriter. More...
 
final LivelinessQosPolicy liveliness
 Policy of the corresponding DataWriter. More...
 
final ReliabilityQosPolicy reliability
 Policy of the corresponding DataWriter. More...
 
final LifespanQosPolicy lifespan
 Policy of the corresponding DataWriter. More...
 
final UserDataQosPolicy user_data
 Policy of the corresponding DataWriter. More...
 
final OwnershipQosPolicy ownership
 Policy of the corresponding DataWriter. More...
 
final OwnershipStrengthQosPolicy ownership_strength
 Policy of the corresponding DataWriter. More...
 
final DestinationOrderQosPolicy destination_order
 Policy of the corresponding DataWriter. More...
 
final PresentationQosPolicy presentation
 Policy of the Publisher to which the DataWriter belongs. More...
 
final PartitionQosPolicy partition
 Policy of the Publisher to which the DataWriter belongs. More...
 
final TopicDataQosPolicy topic_data
 Policy of the related Topic. More...
 
final GroupDataQosPolicy group_data
 Policy of the Publisher to which the DataWriter belongs. More...
 
TypeCode type_code
 <<extension>> Type code information of the corresponding Topic More...
 
final BuiltinTopicKey_t publisher_key
 <<extension>> DCPS key of the publisher to which the DataWriter belongs More...
 
final PropertyQosPolicy property
 <<extension>> Properties of the corresponding DataWriter. 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 GUID_t virtual_guid
 <<extension>> Virtual GUID associated to the DataWriter. More...
 
final ServiceQosPolicy service
 <<extension>> Policy of the corresponding DataWriter. 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 for rti-dds. More...
 
final DataRepresentationQosPolicy representation
 Data representation policy of the corresponding DataWriter. More...
 
final LocatorFilterQosPolicy locator_filter
 <<extension>> Policy of the corresponding DataWriter More...
 
boolean disable_positive_acks
 <<extension>> This is a vendor specific parameter. Determines whether matching DataReaders send positive acknowledgements for reliability. More...
 
final EntityNameQosPolicy publication_name
 <<extension>> The publication name and role name. More...
 
final DataTagQosPolicy data_tags
 Tags of the corresponding DataWriter. 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 DataWriter 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

durability policy of the corresponding DataWriter

◆ durability_service

final DurabilityServiceQosPolicy durability_service

durability_service policy of the corresponding DataWriter

◆ deadline

final DeadlineQosPolicy deadline

Policy of the corresponding DataWriter.

◆ latency_budget

final LatencyBudgetQosPolicy latency_budget

Policy of the corresponding DataWriter.

◆ liveliness

final LivelinessQosPolicy liveliness

Policy of the corresponding DataWriter.

◆ reliability

final ReliabilityQosPolicy reliability

Policy of the corresponding DataWriter.

◆ lifespan

final LifespanQosPolicy lifespan

Policy of the corresponding DataWriter.

◆ user_data

final UserDataQosPolicy user_data

Policy of the corresponding DataWriter.

◆ ownership

final OwnershipQosPolicy ownership

Policy of the corresponding DataWriter.

◆ ownership_strength

final OwnershipStrengthQosPolicy ownership_strength

Policy of the corresponding DataWriter.

◆ destination_order

final DestinationOrderQosPolicy destination_order

Policy of the corresponding DataWriter.

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

◆ presentation

final PresentationQosPolicy presentation

Policy of the Publisher to which the DataWriter belongs.

◆ partition

final PartitionQosPolicy partition

Policy of the Publisher to which the DataWriter belongs.

◆ topic_data

final TopicDataQosPolicy topic_data

Policy of the related Topic.

◆ group_data

final GroupDataQosPolicy group_data

Policy of the Publisher to which the DataWriter belongs.

◆ type_code

TypeCode type_code

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

◆ publisher_key

final BuiltinTopicKey_t publisher_key

<<extension>> DCPS key of the publisher to which the DataWriter belongs

◆ property

final PropertyQosPolicy property

<<extension>> Properties of the corresponding DataWriter.

◆ 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.

◆ virtual_guid

final GUID_t virtual_guid

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

See also
com.rti.dds.infrastructure.GUID_t

◆ service

final ServiceQosPolicy service

<<extension>> Policy of the corresponding DataWriter.

◆ 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 for rti-dds.

◆ representation

final DataRepresentationQosPolicy representation

Data representation policy of the corresponding DataWriter.

◆ locator_filter

final LocatorFilterQosPolicy locator_filter

◆ disable_positive_acks

boolean disable_positive_acks

<<extension>> This is a vendor specific parameter. Determines whether matching DataReaders send positive acknowledgements for reliability.

◆ publication_name

final EntityNameQosPolicy publication_name

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

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

◆ data_tags

final DataTagQosPolicy data_tags

Tags of the corresponding DataWriter.