public class DMSchedulability_sirap
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 : DM
| Constructor and Description |
|---|
DMSchedulability_sirap(SchedulingComponent C,
int givenPeriod)
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.
|
double |
getNewBandwidth() |
public DMSchedulability_sirap(SchedulingComponent C, int givenPeriod) throws java.lang.Exception
period - given periodC - target componentjava.lang.Exception