|
RTI Connext Java API
Version 6.0.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. | |
| final BuiltinTopicKey_t | participant_key |
| DCPS key of the participant to which the DataWriter belongs. | |
| String | topic_name |
| Name of the related com.rti.dds.topic.Topic. | |
| String | type_name |
| Name of the type attached to the com.rti.dds.topic.Topic. | |
| final DurabilityQosPolicy | durability |
| durability policy of the corresponding DataWriter | |
| final DurabilityServiceQosPolicy | durability_service |
| durability_service policy of the corresponding DataWriter | |
| final DeadlineQosPolicy | deadline |
| Policy of the corresponding DataWriter. | |
| final LatencyBudgetQosPolicy | latency_budget |
| Policy of the corresponding DataWriter. | |
| final LivelinessQosPolicy | liveliness |
| Policy of the corresponding DataWriter. | |
| final ReliabilityQosPolicy | reliability |
| Policy of the corresponding DataWriter. | |
| final LifespanQosPolicy | lifespan |
| Policy of the corresponding DataWriter. | |
| final UserDataQosPolicy | user_data |
| Policy of the corresponding DataWriter. | |
| final OwnershipQosPolicy | ownership |
| Policy of the corresponding DataWriter. | |
| final OwnershipStrengthQosPolicy | ownership_strength |
| Policy of the corresponding DataWriter. | |
| final DestinationOrderQosPolicy | destination_order |
| Policy of the corresponding DataWriter. | |
| final PresentationQosPolicy | presentation |
| Policy of the Publisher to which the DataWriter belongs. | |
| final PartitionQosPolicy | partition |
| Policy of the Publisher to which the DataWriter belongs. | |
| final TopicDataQosPolicy | topic_data |
| Policy of the related Topic. | |
| final GroupDataQosPolicy | group_data |
| Policy of the Publisher to which the DataWriter belongs. | |
| TypeCode | type_code |
| <<extension>> Type code information of the corresponding Topic | |
| final BuiltinTopicKey_t | publisher_key |
| <<extension>> DCPS key of the publisher to which the DataWriter belongs | |
| final PropertyQosPolicy | property |
| <<extension>> Properties of the corresponding DataWriter. | |
| final LocatorSeq | unicast_locators |
| <<extension>> Custom unicast locators that the endpoint can specify. The default locators will be used if this is not specified. | |
| final GUID_t | virtual_guid |
| <<extension>> Virtual GUID associated to the DataWriter. | |
| final ServiceQosPolicy | service |
| <<extension>> Policy of the corresponding DataWriter. | |
| final ProtocolVersion_t | rtps_protocol_version |
| <<extension>> Version number of the RTPS wire protocol used. | |
| final VendorId_t | rtps_vendor_id |
| <<extension>> ID of vendor implementing the RTPS wire protocol. | |
| final ProductVersion_t | product_version |
| <<extension>> This is a vendor specific parameter. It gives the current version for rti-dds. | |
| final DataRepresentationQosPolicy | representation |
| Data representation policy of the corresponding DataWriter. | |
| final LocatorFilterQosPolicy | locator_filter |
| <<extension>> Policy of the corresponding DataWriter | |
| boolean | disable_positive_acks |
| <<extension>> This is a vendor specific parameter. Determines whether matching DataReaders send positive acknowledgements for reliability. | |
| final EntityNameQosPolicy | publication_name |
| <<extension>> The publication name and role name. | |
| final DataTagQosPolicy | data_tags |
| Tags of the corresponding DataWriter. | |
Additional Inherited Members | |
Public Member Functions inherited from Struct | |
| abstract boolean | equals (Object obj) |
| abstract int | hashCode () |
| String | toString () |
Static Public Member Functions inherited from AbstractBuiltinTopicData | |
| static Iterator | topic_name_iteratorI () |
Protected Member Functions inherited from Struct | |
| Struct () | |
| abstract void | pull_from_nativeI (long native_status) |
| abstract void | push_to_nativeI (long native_status) |
Entry created when a com.rti.dds.publication.DataWriter is discovered in association with its Publisher.
Data associated with the built-in topic com.rti.dds.publication.builtin.PublicationBuiltinTopicDataTypeSupport.PUBLICATION_TOPIC_NAME. It contains QoS policies and additional information that apply to the remote com.rti.dds.publication.DataWriter the related com.rti.dds.publication.Publisher.
| final BuiltinTopicKey_t key |
DCPS key to distinguish entries.
| final BuiltinTopicKey_t participant_key |
DCPS key of the participant to which the DataWriter belongs.
| String topic_name |
Name of the related com.rti.dds.topic.Topic.
The length of this string is limited to 255 characters.
| 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.
| final DurabilityQosPolicy durability |
durability policy of the corresponding DataWriter
| final DurabilityServiceQosPolicy durability_service |
durability_service policy of the corresponding DataWriter
| final DeadlineQosPolicy deadline |
Policy of the corresponding DataWriter.
| final LatencyBudgetQosPolicy latency_budget |
Policy of the corresponding DataWriter.
| final LivelinessQosPolicy liveliness |
Policy of the corresponding DataWriter.
| final ReliabilityQosPolicy reliability |
Policy of the corresponding DataWriter.
| final LifespanQosPolicy lifespan |
Policy of the corresponding DataWriter.
| final UserDataQosPolicy user_data |
Policy of the corresponding DataWriter.
| final OwnershipQosPolicy ownership |
Policy of the corresponding DataWriter.
| final OwnershipStrengthQosPolicy ownership_strength |
Policy of the corresponding DataWriter.
| final DestinationOrderQosPolicy destination_order |
Policy of the corresponding DataWriter.
| final PresentationQosPolicy presentation |
Policy of the Publisher to which the DataWriter belongs.
| final PartitionQosPolicy partition |
Policy of the Publisher to which the DataWriter belongs.
| final TopicDataQosPolicy topic_data |
Policy of the related Topic.
| final GroupDataQosPolicy group_data |
Policy of the Publisher to which the DataWriter belongs.
| TypeCode type_code |
<<extension>> Type code information of the corresponding Topic
| final BuiltinTopicKey_t publisher_key |
<<extension>> DCPS key of the publisher to which the DataWriter belongs
| final PropertyQosPolicy property |
<<extension>> Properties of the corresponding DataWriter.
| final LocatorSeq unicast_locators |
<<extension>> Custom unicast locators that the endpoint can specify. The default locators will be used if this is not specified.
| final GUID_t virtual_guid |
<<extension>> Virtual GUID associated to the DataWriter.
| final ServiceQosPolicy service |
<<extension>> Policy of the corresponding DataWriter.
| final ProtocolVersion_t rtps_protocol_version |
<<extension>> Version number of the RTPS wire protocol used.
| final VendorId_t rtps_vendor_id |
<<extension>> ID of vendor implementing the RTPS wire protocol.
| final ProductVersion_t product_version |
<<extension>> This is a vendor specific parameter. It gives the current version for rti-dds.
| final DataRepresentationQosPolicy representation |
Data representation policy of the corresponding DataWriter.
| final LocatorFilterQosPolicy locator_filter |
<<extension>> Policy of the corresponding DataWriter
Related to com.rti.dds.infrastructure.MultiChannelQosPolicy.
| boolean disable_positive_acks |
<<extension>> This is a vendor specific parameter. Determines whether matching DataReaders send positive acknowledgements for reliability.
| final EntityNameQosPolicy publication_name |
<<extension>> The publication name and role name.
This member contains the name and the role name of the discovered publication.
| final DataTagQosPolicy data_tags |
Tags of the corresponding DataWriter.