RTI Connext Java API Version 7.1.0
|
Type for GUID (Global Unique Identifier) representation. More...
Public Member Functions | |
GUID_t (GUID_t guid) | |
Copy constructor. More... | |
GUID_t (byte[] value) | |
Constructor. More... | |
Object | copy_from (Object src) |
Copy value of a data type from source. More... | |
Object | copy_from (Object src) |
Copy value of a data type from source. More... | |
Public Attributes | |
byte[] | value = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} |
A 16 byte array containing the GUID value. More... | |
Static Public Attributes | |
static final GUID_t | GUID_UNKNOWN |
Unknown GUID. More... | |
static final GUID_t | GUID_AUTO |
Indicates that RTI Connext should choose an appropriate virtual GUID. More... | |
static final GUID_t | GUID_ZERO |
Zero GUID. More... | |
Type for GUID (Global Unique Identifier) representation.
Represents a 128 bit GUID.
Copy constructor.
guid | The GUID instance to copy. It must not be null. |
References GUID_t.value.
GUID_t | ( | byte[] | value | ) |
Constructor.
value | GUID value as a 16 byte array. It must not be null. |
References GUID_t.value.
Object copy_from | ( | Object | src | ) |
Copy value of a data type from source.
Copy data into this object from another. This copy is intended to be a deep copy, so that all data members (recursively) are copied (not just resetting Object references).
This operation returns the object that is copied if copy is successful.
src | <<in>> The Object which contains the data to be copied. |
NullPointerException | If src is null. |
ClassCastException | If src is not the same type as this. |
Implements Copyable.
|
static |
Unknown GUID.
|
static |
Indicates that RTI Connext should choose an appropriate virtual GUID.
If this special value is assigned to com.rti.dds.infrastructure.DataWriterProtocolQosPolicy.virtual_guid or com.rti.dds.infrastructure.DataReaderProtocolQosPolicy.virtual_guid, RTI Connext will assign the virtual GUID automatically based on the RTPS or physical GUID.
|
static |
Zero GUID.
byte [] value = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} |
A 16 byte array containing the GUID value.
Referenced by BuiltinTopicKey_t.from_guid(), GUID_t.GUID_t(), and BuiltinTopicKey_t.to_guid().