MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The execution times of the task. More...
Public Member Functions | |
ExecutionTimeArray (CMixedCriticalityJob job) | |
Creates a new ExecutionTime instance for the specified job. | |
Properties | |
int | this[int criticality] [get] |
Returns the jobs execution time at the specified criticality level. |
The execution times of the task.
The class is used for indexing capability.
MCScheduling.ClairvoyantEDF.Task.ExecutionTimeArray.ExecutionTimeArray | ( | CMixedCriticalityJob | job | ) |
Creates a new ExecutionTime instance for the specified job.
job | The job whose execution times this instance represents. |
int MCScheduling.ClairvoyantEDF.Task.ExecutionTimeArray.this[int criticality] [get] |
Returns the jobs execution time at the specified criticality level.