| Package | Description |
|---|---|
| javax.safetycritical |
| Constructor and Description |
|---|
AperiodicEventHandler(PriorityParameters priority,
AperiodicParameters release,
StorageParameters storage)
Constructs an aperiodic event handler that can be explicitly released.
|
ManagedEventHandler(PriorityParameters priority,
ReleaseParameters release,
StorageParameters storage) |
MissionSequencer(PriorityParameters priority,
StorageParameters storage)
Constructs a
MissionSequencer to run at the priority and
with the memory resources specified by its parameters. |
OneShotEventHandler(PriorityParameters priority,
HighResolutionTime releaseTime,
AperiodicParameters release,
StorageParameters storage) |
PeriodicEventHandler(PriorityParameters priority,
PeriodicParameters release,
StorageParameters storage)
Constructs a periodic event handler.
|