@SCJAllowed public final class 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.
Within each execution frame of the CyclicSchedule, the PeriodicEventHandler
objects represented by the handlers array will be release in the order they appear within this array. this.| Constructor and Description |
|---|
Frame(RelativeTime duration,
PeriodicEventHandler[] handlers)
Constructor for a frame.
|
@SCJAllowed public Frame(RelativeTime duration, PeriodicEventHandler[] handlers)
duration - is a RelativeTime object.handlers - is the list of periodic handlers.