Definition at line 23 of file StrictPolicy.idl.
Public Member Functions | |
void | SetTaskPriority (in Broker::Task task, in short priority) |
Set the priority of a task. | |
short | GetTaskPriority (in Broker::Task task) |
Get the priority of a task. | |
float | GetMaxCPUAllocation () |
void | SetMaxCPUAllocation (in float amount) |
Public Attributes | |
const float | CPU_ALLOCATION_MIN = 0.01 |
The minimum value that can be passed to SetMaxCPUAllocation. | |
const float | CPU_ALLOCATION_MAX = 0.99 |
The maximum value that can be passed to SetMaxCPUAllocation. |
|
|
|
Get the priority of a task.
|
|
|
|
Set the priority of a task.
|
|
The maximum value that can be passed to SetMaxCPUAllocation.
Definition at line 67 of file StrictPolicy.idl. Referenced by pfStrictPolicyHey(), and StrictPolicyImpl::SetMaxCPUAllocation(). |
|
The minimum value that can be passed to SetMaxCPUAllocation.
Definition at line 62 of file StrictPolicy.idl. Referenced by pfStrictPolicyHey(), and StrictPolicyImpl::SetMaxCPUAllocation(). |