MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
Public Member Functions | Properties
MCScheduling.ClairvoyantEDF.Task.ExecutionTimeArray Class Reference

The execution times of the task. More...

List of all members.

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.

Detailed Description

The execution times of the task.

The class is used for indexing capability.

Author:
Tomas Tunys

Constructor & Destructor Documentation

MCScheduling.ClairvoyantEDF.Task.ExecutionTimeArray.ExecutionTimeArray ( CMixedCriticalityJob  job)

Creates a new ExecutionTime instance for the specified job.

Parameters:
jobThe job whose execution times this instance represents.

Property Documentation

int MCScheduling.ClairvoyantEDF.Task.ExecutionTimeArray.this[int criticality] [get]

Returns the jobs execution time at the specified criticality level.

Returns:
The jobs execution time at the specified criticality level.
 All Classes Namespaces Functions Variables Properties