|
RTI Connext Java API
Version 6.0.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. | |
| final BuiltinTopicKey_t | participant_key |
| DCPS key of the participant to which the DataReader 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 |
| Policy of the corresponding DataReader. | |
| final DeadlineQosPolicy | deadline |
| Policy of the corresponding DataReader. | |
| final LatencyBudgetQosPolicy | latency_budget |
| Policy of the corresponding DataReader. | |
| final LivelinessQosPolicy | liveliness |
| Policy of the corresponding DataReader. | |
| final ReliabilityQosPolicy | reliability |
| Policy of the corresponding DataReader. | |
| final OwnershipQosPolicy | ownership |
| Policy of the corresponding DataReader. | |
| final DestinationOrderQosPolicy | destination_order |
| Policy of the corresponding DataReader. | |
| final UserDataQosPolicy | user_data |
| Policy of the corresponding DataReader. | |
| final TimeBasedFilterQosPolicy | time_based_filter |
| Policy of the corresponding DataReader. | |
| final PresentationQosPolicy | presentation |
| Policy of the Subscriber to which the DataReader belongs. | |
| final PartitionQosPolicy | partition |
| Policy of the Subscriber to which the DataReader belongs. | |
| final TypeConsistencyEnforcementQosPolicy | type_consistency |
| Policy of the corresponding DataReader. | |
| final TopicDataQosPolicy | topic_data |
| Policy of the related Topic. | |
| final GroupDataQosPolicy | group_data |
| Policy of the Subscriber to which the DataReader belongs. | |
| TypeCode | type_code |
| <<extension>> Type code information of the corresponding Topic | |
| final BuiltinTopicKey_t | subscriber_key |
| <<extension>> DCPS key of the subscriber to which the DataReader belongs. | |
| final PropertyQosPolicy | property |
| <<extension>> Properties of the corresponding DataReader. | |
| 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 LocatorSeq | multicast_locators |
| <<extension>> Custom multicast locators that the endpoint can specify. The default locators will be used if this is not specified. | |
| final ContentFilterProperty_t | content_filter_property |
| <<extension>> This field provides all the required information to enable content filtering on the Writer side. | |
| final GUID_t | virtual_guid |
| <<extension>> Virtual GUID associated to the DataReader. | |
| final ServiceQosPolicy | service |
| <<extension>> Policy of the corresponding DataReader. | |
| 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 of RTI Connext | |
| final DataRepresentationQosPolicy | representation |
| Data representation policy of the corresponding DataReader. | |
| boolean | disable_positive_acks |
| <<extension>> This is a vendor specific parameter. Determines whether the corresponding DataReader sends positive acknowledgments for reliability. | |
| final EntityNameQosPolicy | subscription_name |
| <<extension>> The subscription name and role name. | |
| final DataTagQosPolicy | data_tags |
| Tags of the corresponding DataReader. | |
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.subscription.DataReader is discovered in association with its Subscriber.
Data associated with the built-in topic com.rti.dds.subscription.builtin.SubscriptionBuiltinTopicDataTypeSupport.SUBSCRIPTION_TOPIC_NAME. It contains QoS policies and additional information that apply to the remote com.rti.dds.subscription.DataReader the related com.rti.dds.subscription.Subscriber.
| final BuiltinTopicKey_t key |
DCPS key to distinguish entries.
| final BuiltinTopicKey_t participant_key |
DCPS key of the participant to which the DataReader 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 |
Policy of the corresponding DataReader.
| final DeadlineQosPolicy deadline |
Policy of the corresponding DataReader.
| final LatencyBudgetQosPolicy latency_budget |
Policy of the corresponding DataReader.
| final LivelinessQosPolicy liveliness |
Policy of the corresponding DataReader.
| final ReliabilityQosPolicy reliability |
Policy of the corresponding DataReader.
| final OwnershipQosPolicy ownership |
Policy of the corresponding DataReader.
| final DestinationOrderQosPolicy destination_order |
Policy of the corresponding DataReader.
| final UserDataQosPolicy user_data |
Policy of the corresponding DataReader.
| final TimeBasedFilterQosPolicy time_based_filter |
Policy of the corresponding DataReader.
| final PresentationQosPolicy presentation |
Policy of the Subscriber to which the DataReader belongs.
| final PartitionQosPolicy partition |
Policy of the Subscriber to which the DataReader belongs.
| final TypeConsistencyEnforcementQosPolicy type_consistency |
Policy of the corresponding DataReader.
| final TopicDataQosPolicy topic_data |
Policy of the related Topic.
| final GroupDataQosPolicy group_data |
Policy of the Subscriber to which the DataReader belongs.
| TypeCode type_code |
<<extension>> Type code information of the corresponding Topic
| final BuiltinTopicKey_t subscriber_key |
<<extension>> DCPS key of the subscriber to which the DataReader belongs.
| final PropertyQosPolicy property |
<<extension>> Properties of the corresponding DataReader.
| 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 LocatorSeq multicast_locators |
<<extension>> Custom multicast locators that the endpoint can specify. The default locators will be used if this is not specified.
| final ContentFilterProperty_t content_filter_property |
<<extension>> This field provides all the required information to enable content filtering on the Writer side.
| final GUID_t virtual_guid |
<<extension>> Virtual GUID associated to the DataReader.
| final ServiceQosPolicy service |
<<extension>> Policy of the corresponding DataReader.
| 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 of RTI Connext
| final DataRepresentationQosPolicy representation |
Data representation policy of the corresponding DataReader.
| boolean disable_positive_acks |
<<extension>> This is a vendor specific parameter. Determines whether the corresponding DataReader sends positive acknowledgments for reliability.
| final EntityNameQosPolicy subscription_name |
<<extension>> The subscription name and role name.
This member contains the name and the role name of the discovered subscription.
| final DataTagQosPolicy data_tags |
Tags of the corresponding DataReader.