RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
WireProtocolQosPolicyAutoKind Class Reference

Mechanism to automatically calculate the GUID prefix. More...

Inheritance diagram for WireProtocolQosPolicyAutoKind:
Enum Copyable

Static Public Attributes

static final
WireProtocolQosPolicyAutoKind 
RTPS_AUTO_ID_FROM_IP = new WireProtocolQosPolicyAutoKind("RTPS_AUTO_ID_FROM_IP", 0)
 Mechanism to automatically calculate the GUID prefix.
 
static final
WireProtocolQosPolicyAutoKind 
RTPS_AUTO_ID_FROM_MAC = new WireProtocolQosPolicyAutoKind("RTPS_AUTO_ID_FROM_MAC", 1)
 Mechanism to automatically calculate the GUID prefix.
 
static final
WireProtocolQosPolicyAutoKind 
RTPS_AUTO_ID_FROM_UUID = new WireProtocolQosPolicyAutoKind("RTPS_AUTO_ID_FROM_UUID", 2)
 Mechanism to automatically calculate the GUID prefix.
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant.
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration.
 
final String toString ()
 The string value of this enum constant.
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor.
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Mechanism to automatically calculate the GUID prefix.

See Also
com.rti.dds.infrastructure.WireProtocolQosPolicy.rtps_auto_id_kind

RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc