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