| Package | Description |
|---|---|
| org.lsst.ccs.scripting |
| Modifier and Type | Method and Description |
|---|---|
Object |
ScriptingSubsystemWrapper.sendSynchCommand(Duration timeout,
String commandName,
Object... args) |
Object |
ScriptingSubsystemWrapper.sendSynchCommand(int timeout,
String commandName,
Object... args)
Deprecated.
|
Object |
ScriptingSubsystemWrapper.sendSynchCommand(String commandName,
Object... args) |
ScriptingCommandResponse |
ScriptingSubsystemWrapper.synchCommand(int timeout,
String commandName,
Object... args)
Deprecated.
use
#sendSynchCommand() instead. |
ScriptingCommandResponse |
ScriptingSubsystemWrapper.synchCommandLine(int timeout,
String command)
Deprecated.
use
#sendSynchCommand() instead. |
Copyright © 2018 LSST. All rights reserved.