public abstract class CCSExecutor extends Object
| Constructor and Description |
|---|
CCSExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute()
Actually perform the command
|
protected abstract Duration |
testPreconditions()
Check preconditions, and estimate the command duration.
|
protected abstract Duration testPreconditions() throws CCSCommand.CCSPreconditionsNotMet
CCSCommand.CCSPreconditionsNotMet - If the preconditions are not metCopyright © 2018 LSST. All rights reserved.