public class InfoSource extends SubMessage
SubMessage.Kind| Modifier and Type | Field and Description |
|---|---|
static int |
KIND |
header| Constructor and Description |
|---|
InfoSource(GuidPrefix guidPrefix) |
| Modifier and Type | Method and Description |
|---|---|
GuidPrefix |
getGuidPrefix()
Identifies the Participant that is the container of the RTPS Writer
entities that are the source of the Submessages that follow.
|
ProtocolVersion |
getProtocolVersion()
Indicates the protocol used to encapsulate subsequent Submessages.
|
VendorId |
getVendorId()
Indicates the VendorId of the vendor that encapsulated subsequent
Submessages.
|
String |
toString() |
void |
writeTo(RTPSByteBuffer bb)
Writes this SubMessage into given RTPSByteBuffer.
|
getHeader, getKindpublic static final int KIND
public InfoSource(GuidPrefix guidPrefix)
public ProtocolVersion getProtocolVersion()
public VendorId getVendorId()
public GuidPrefix getGuidPrefix()
public void writeTo(RTPSByteBuffer bb)
SubMessagewriteTo in class SubMessagebb - RTPSByteBufferpublic String toString()
toString in class SubMessageCopyright © 2016. All rights reserved.