public class AutoSequencer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
globalEventIndex |
static long |
globalUpdateCount |
| Constructor and Description |
|---|
AutoSequencer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addEvent(AutoEvent event_in)
Add sequential event to the primary timeline.
|
static void |
clearAllEvents() |
static boolean |
isRunning()
Determine if the sequencer is active.
|
static void |
start()
Reset to the start of the autonomous sequence.
|
static void |
stop()
Stop anything which might be running now.
|
static void |
update() |
public static long globalUpdateCount
public static int globalEventIndex
public static void addEvent(AutoEvent event_in)
event_in - public static void clearAllEvents()
public static void start()
public static void stop()
public static void update()
public static boolean isRunning()