GUID_t Class Reference
[GUID Support]

Type for GUID (Global Unique Identifier) representation. More...

Inherits Struct.

List of all members.

Public Member Functions

 GUID_t (GUID_t guid)
 Copy constructor.
 GUID_t (byte[] value)
 Constructor.

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.

Static Public Attributes

static final GUID_t GUID_UNKNOWN
 Unknown GUID.
static final GUID_t GUID_AUTO
 Indicates that RTI Connext should choose an appropriate virtual GUID.


Detailed Description

Type for GUID (Global Unique Identifier) representation.

Represents a 128 bit GUID.


Constructor & Destructor Documentation

GUID_t ( GUID_t  guid  ) 

Copy constructor.

Parameters:
guid The GUID instance to copy. It must not be null.

GUID_t ( byte[]  value  ) 

Constructor.

Parameters:
value GUID value as a 16 byte array. It must not be null.


Member Data Documentation

final GUID_t GUID_UNKNOWN [static]

Unknown GUID.

final GUID_t GUID_AUTO [static]

Initial value:

 
        new GUID_t(new byte[]{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0})
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.

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.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc