public class InfoDestination extends SubMessage
SubMessage.Kind
Modifier and Type | Field and Description |
---|---|
static int |
KIND |
header
Constructor and Description |
---|
InfoDestination()
Sets GuidPrefix_t to UNKNOWN.
|
InfoDestination(GuidPrefix guidPrefix)
This constructor is used when the intention is to send data into network.
|
Modifier and Type | Method and Description |
---|---|
GuidPrefix |
getGuidPrefix()
Provides the GuidPrefix that should be used to reconstruct the GUIDs of
all the RTPS Reader entities whose EntityIds appears in the Submessages
that follow.
|
String |
toString() |
void |
writeTo(RTPSByteBuffer bb)
Writes this SubMessage into given RTPSByteBuffer.
|
getHeader, getKind
public static final int KIND
public InfoDestination()
public InfoDestination(GuidPrefix guidPrefix)
guidPrefix
- GuidPrefix of InfoDestinationpublic GuidPrefix getGuidPrefix()
public void writeTo(RTPSByteBuffer bb)
SubMessage
writeTo
in class SubMessage
bb
- RTPSByteBufferpublic String toString()
toString
in class SubMessage
Copyright © 2016. All rights reserved.