public class EDFSchedulability_periodic
extends java.lang.Object
1. Compute optimal bandwidth
Using schedulability test, it compute optimal bandwidth
2. transform a resource model into a single task
supported resource model : Periodic Resource Model
supported scheduling algorithm : EDF
| Constructor and Description |
|---|
EDFSchedulability_periodic(SchedulingComponent C,
int resPeriod)
Constructor
It set target component and target period
|
| Modifier and Type | Method and Description |
|---|---|
double |
getBandwidth()
It calculates optimal bandwidth of given component and given period
by using schedulability test.
|
public EDFSchedulability_periodic(SchedulingComponent C, int resPeriod) throws java.lang.Exception
C - target componentperiod - given periodjava.lang.Exception