@SCJAllowed public static final class CyclicSchedule.Frame extends java.lang.Object
Frame contains a duration of the frame and a list of periodic handlers to be
executed during that time. Frame may have zero periodic handlers associated with them.
This represents a period of time during which the CyclicExecutive is idle.| Constructor and Description |
|---|
CyclicSchedule.Frame(RelativeTime duration,
PeriodicEventHandler[] handlers)
Constructor for a frame.
|
public CyclicSchedule.Frame(RelativeTime duration, PeriodicEventHandler[] handlers)
duration - is a RelativeTime object.handlers - is the list of periodic handlers.