public class Sequencer
extends org.lsst.ccs.framework.Module
| Modifier and Type | Class and Description |
|---|---|
static class |
Sequencer.CallMethod |
static class |
Sequencer.Goto |
static class |
Sequencer.Label |
static class |
Sequencer.SleepMillis |
static class |
Sequencer.Step
A Step in the programmation of this module
|
static class |
Sequencer.Stop |
static class |
Sequencer.WaitForProperty |
static class |
Sequencer.WaitForUpdate |
| Constructor and Description |
|---|
Sequencer() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String label) |
int |
findLabel(String label) |
ArrayList<String> |
getSequence() |
void |
initModule() |
protected void |
parseSequence() |
void |
setSequence(ArrayList<String> sequence) |
void |
start() |
alias, change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getChildren, getComponentByName, getComponentDictionariesTree, getComponentTree, getContext, getDictionary, getEnvironment, getMainDictionary, getModule, getName, getNObserverThreads, getObservables, getParent, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, percolateSignal, processUpdate, publish, publish, publish, publish, publish, publish, publishData, publishData, publishData, publishData, publishData, publishData, publishData, register, sendSignal, sendSignal, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, signal, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedprotected void parseSequence()
public void initModule()
initModule in class org.lsst.ccs.framework.Modulepublic void start()
start in class org.lsst.ccs.framework.Modulepublic int findLabel(String label)
public void execute(String label)
Copyright © 2014 LSST. All Rights Reserved.