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, getKindpublic static final int KIND
public InfoDestination()
public InfoDestination(GuidPrefix guidPrefix)
guidPrefix - GuidPrefix of InfoDestinationpublic GuidPrefix getGuidPrefix()
public void writeTo(RTPSByteBuffer bb)
SubMessagewriteTo in class SubMessagebb - RTPSByteBufferpublic String toString()
toString in class SubMessageCopyright © 2016. All rights reserved.