Enum for types of QoS policies that a Publisher or Subscription can set.
More...
Enum for types of QoS policies that a Publisher or Subscription can set.
Definition at line 46 of file qos.py.
◆ DEADLINE
int rosros.rclify.qos.QoSPolicyKind.DEADLINE = 1 << 2 |
|
static |
◆ DURABILITY
int rosros.rclify.qos.QoSPolicyKind.DURABILITY = 1 << 1 |
|
static |
◆ HISTORY
int rosros.rclify.qos.QoSPolicyKind.HISTORY = 1 << 5 |
|
static |
◆ INVALID
int rosros.rclify.qos.QoSPolicyKind.INVALID = 1 << 0 |
|
static |
◆ LIFESPAN
int rosros.rclify.qos.QoSPolicyKind.LIFESPAN = 1 << 6 |
|
static |
◆ LIVELINESS
int rosros.rclify.qos.QoSPolicyKind.LIVELINESS = 1 << 3 |
|
static |
◆ RELIABILITY
int rosros.rclify.qos.QoSPolicyKind.RELIABILITY = 1 << 4 |
|
static |
The documentation for this class was generated from the following file: