Expand description
Priority + PriorityMapping (RT-CORBA §5.3/§5.4).
Structs§
- Linear
Priority Mapping - Default linear mapping:
native = floor / divisor-scaled onto a native window[native_min, native_max](e.g. POSIXSCHED_FIFO1..99). - Priority
- CORBA priority (RT-CORBA §5.3): a platform-independent
shortin the range0..=32767(negative values are reserved). Higher = more urgent.
Constants§
- MAX_
PRIORITY - Maximum valid CORBA priority.
- MIN_
PRIORITY - Minimum valid CORBA priority.
Traits§
- Priority
Mapping - Maps CORBA priorities to native (OS) priorities and back
(RT-CORBA §5.4
PriorityMapping).