Skip to main content

Module qos_override_policy

Module qos_override_policy 

Source
Expand description

policy codes for QoSOverrideCode.

Append-only: these numbers are baked into shipped images and mirrored in two C headers. Never renumber — add.

Constants§

DEADLINE
value = milliseconds (issue 0303).
DEPTH
value = the KeepLast depth.
DURABILITY
value 0 = volatile, 1 = transient_local.
HISTORY
value 0 = keep_last, 1 = keep_all.
LIFESPAN
value = milliseconds (issue 0303).
LIVELINESS
value = super::QoSLivelinessPolicy discriminant (issue 0303).
LIVELINESS_LEASE
value = milliseconds (issue 0303).
RELIABILITY
value 0 = best_effort, 1 = reliable.