RTI Connext Java API
Version 5.1.0
|
Entry created when a DomainParticipant object is discovered. More...
Inherits AbstractBuiltinTopicData.
Public Attributes | |
final BuiltinTopicKey_t | key |
DCPS key to distinguish entries. | |
final UserDataQosPolicy | user_data |
Policy of the corresponding DomainParticipant. | |
final PropertyQosPolicy | property |
<<eXtension>> Name value pair properties to be stored with domain participant | |
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. | |
int | dds_builtin_endpoints |
<<eXtension>> Bitmap of builtin endpoints supported by the participant. | |
final LocatorSeq | default_unicast_locators |
<<eXtension>> Unicast locators used when individual entities do not specify unicast locators. | |
final ProductVersion_t | product_version |
<<eXtension>> This is a vendor specific parameter. It gives the current version for rti-dds. | |
final EntityNameQosPolicy | participant_name |
<<eXtension>> The participant name and role name. | |
int | domain_id |
<<eXtension>> Domain ID associated with the discovered participant. | |
TransportInfoSeq | transport_info |
<<eXtension>> A sequence of com.rti.dds.infrastructure.TransportInfo_t containing information about each of the installed transports of the discovered participant. | |
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 DomainParticipant object is discovered.
Data associated with the built-in topic builtin.ParticipantBuiltinTopicDataTypeSupport.PARTICIPANT_TOPIC_NAME. It contains QoS policies and additional information that apply to the remote com.rti.dds.domain.DomainParticipant.
final BuiltinTopicKey_t key |
DCPS key to distinguish entries.
final UserDataQosPolicy user_data |
Policy of the corresponding DomainParticipant.
final PropertyQosPolicy property |
<<eXtension>> Name value pair properties to be stored with domain participant
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.
int dds_builtin_endpoints |
<<eXtension>> Bitmap of builtin endpoints supported by the participant.
Each bit indicates a builtin endpoint that may be available on the participant for use in discovery.
final LocatorSeq default_unicast_locators |
<<eXtension>> Unicast locators used when individual entities do not specify unicast locators.
final ProductVersion_t product_version |
<<eXtension>> This is a vendor specific parameter. It gives the current version for rti-dds.
final EntityNameQosPolicy participant_name |
<<eXtension>> The participant name and role name.
This parameter contains the name and the role name of the discovered participant.
int domain_id |
<<eXtension>> Domain ID associated with the discovered participant.
TransportInfoSeq transport_info |
<<eXtension>> A sequence of com.rti.dds.infrastructure.TransportInfo_t containing information about each of the installed transports of the discovered participant.
This parameter contains a sequence of com.rti.dds.infrastructure.TransportInfo_t containing the class_id and message_size_max for all installed transports of the discovered participant. The maximum number of com.rti.dds.infrastructure.TransportInfo_t that will be stored in this sequence is controlled by the Domain Participant's resource limit com.rti.dds.infrastructure.DomainParticipantResourceLimitsQosPolicy.transport_info_list_max_length.