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, writeBytespublic byte[] getTopicData()
public void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameterpublic boolean isCompatible(QosTopicData other)
QosPolicyisCompatible in interface QosPolicy<QosTopicData>other - Requested QosPolicypublic static QosTopicData defaultTopicData()
Copyright © 2016. All rights reserved.