public class QosTransportPriority extends Parameter implements TopicPolicy<QosTransportPriority>, DataWriterPolicy<QosTransportPriority>, InlineQoS, Changeable
Constructor and Description |
---|
QosTransportPriority(int value) |
Modifier and Type | Method and Description |
---|---|
static QosTransportPriority |
defaultTransportPriority()
Get the default QosTransportPriority: 0
|
int |
getValue() |
boolean |
isCompatible(QosTransportPriority 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 int getValue()
public void read(RTPSByteBuffer bb, int length)
public void writeTo(RTPSByteBuffer bb)
Parameter
public boolean isCompatible(QosTransportPriority other)
QosPolicy
isCompatible
in interface QosPolicy<QosTransportPriority>
other
- Requested QosPolicypublic static QosTransportPriority defaultTransportPriority()
Copyright © 2016. All rights reserved.