@SCJAllowed public final class CyclicSchedule extends java.lang.Object
CyclicSchedule object represents a time-driven sequence
of releases for deterministic scheduling of periodic event handlers.| Constructor and Description |
|---|
CyclicSchedule(Frame[] frames)
Constructs a
CyclicSchedule by copying the frames array
into a private array within the same memory area as this newly
constructed CyclicSchedule object.The frames array represents the order in which event handlers are to be scheduled. |
public CyclicSchedule(Frame[] frames)
CyclicSchedule by copying the frames array
into a private array within the same memory area as this newly
constructed CyclicSchedule object.frames - is the frame array.