@SCJAllowed(value=LEVEL_1) public class AperiodicParameters extends ReleaseParameters
SporadicParameters class is absent. | Constructor and Description |
|---|
AperiodicParameters()
APR updated
Construct a new
AperiodicParameters object within the
current memory area with no deadline detection facility. |
AperiodicParameters(RelativeTime deadline,
AperiodicEventHandler missHandler)
Construct a new
AperiodicParameters object within the current memory area. |
getDeadlinepublic AperiodicParameters()
AperiodicParameters object within the
current memory area with no deadline detection facility.public AperiodicParameters(RelativeTime deadline, AperiodicEventHandler missHandler)
AperiodicParameters object within the current memory area.deadline - is an offset from the release time by which the release
should finish. A null deadline indicates that there is no deadline.missHandler - is the AperiodicEventHandler to be released
if the handler misses its deadline.
A null parameter indicates that no handler should be released.