public class BuiltinTopicKey extends Parameter implements InlineQoS
BuiltinTopicKey mapping is not described in RTPS specification. Instead, its parameter id (0x005a) mapping can be found from dds-xtypes-1.0 document (formal-12-11-10.pdf).
Constructor and Description |
---|
BuiltinTopicKey(Guid guid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
byte[] |
getAsBytes()
Get the builtin topic key as byte array.
|
Guid |
getGuid()
Gets the Guid.
|
int |
hashCode() |
void |
read(RTPSByteBuffer bb,
int length) |
void |
writeTo(RTPSByteBuffer bb)
Writes this Parameter into given RTPSByteBuffer
|
getBytes, getParameterId, readBytes, toString, writeBytes
public BuiltinTopicKey(Guid guid)
public byte[] getAsBytes()
public Guid getGuid()
public void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameter
Copyright © 2016. All rights reserved.