public class QosTopicData extends Parameter implements DataReaderPolicy<QosTopicData>, DataWriterPolicy<QosTopicData>, TopicPolicy<QosTopicData>, Changeable
Constructor and Description |
---|
QosTopicData(byte[] topicData) |
Modifier and Type | Method and Description |
---|---|
static QosTopicData |
defaultTopicData() |
byte[] |
getTopicData()
Gets the topic data
|
boolean |
isCompatible(QosTopicData other)
Checks, if this QosPolicy is compatible with other QosPolicy.
|
void |
read(RTPSByteBuffer bb,
int length) |
String |
toString() |
void |
writeTo(RTPSByteBuffer bb)
Writes this Parameter into given RTPSByteBuffer
|
getBytes, getParameterId, readBytes, writeBytes
public byte[] getTopicData()
public void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameter
public boolean isCompatible(QosTopicData other)
QosPolicy
isCompatible
in interface QosPolicy<QosTopicData>
other
- Requested QosPolicypublic static QosTopicData defaultTopicData()
Copyright © 2016. All rights reserved.