public class QosGroupData extends Parameter implements SubscriberPolicy<QosGroupData>, PublisherPolicy<QosGroupData>, Changeable
Constructor and Description |
---|
QosGroupData(byte[] groupData) |
Modifier and Type | Method and Description |
---|---|
static QosGroupData |
defaultGroupData() |
byte[] |
getGroupData()
Get the group data
|
boolean |
isCompatible(QosGroupData 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[] getGroupData()
public void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameter
public boolean isCompatible(QosGroupData other)
QosPolicy
isCompatible
in interface QosPolicy<QosGroupData>
other
- Requested QosPolicypublic static QosGroupData defaultGroupData()
Copyright © 2016. All rights reserved.