@SCJAllowed(value=LEVEL_1)
public class AperiodicParameters
extends ReleaseParameters
SCJ supports no detection of minimum interarrival time violations, therefore only
aperiodic parameters are needed. Hence the RTSJ SporadicParameters class is
absent.
Deadline miss detection is supported.
The RTSJ supports a queue for storing the arrival of release events in order to enable
burst of events to be handled. This queue is of length 1 in SCJ and the overflow behaviour
is to throw an exception on the firing an associated event.
- Version:
- 1.0; - May 2012
- Author:
- Anders P. Ravn, Aalborg University,
apr@cs.aau.dk,
Hans Søndergaard, VIA University College, Denmark,
hso@viauc.dk
- Relative_to_SCJ_Draft_Version_0.79:
- - semantic issue: a missHandler has to be an
AperiodicEventHandler
- semantic issue: the remarks about queue length belongs in the semantics of AperiodicEvent.