| Package | Description |
|---|---|
| org.lsst.ccs.utilities.scripting |
| Modifier and Type | Method and Description |
|---|---|
ScriptingCommandResponse |
ScriptingSubsystemWrapper.invokeSynchronous(int timeout,
String command)
Invoke a synchronous command on the subsystem
|
ScriptingCommandResponse |
ScriptingSubsystemWrapper.invokeSynchronous(int timeout,
String commandName,
Object... args)
Invoke a synchronous command on the subsystem
|
| Modifier and Type | Method and Description |
|---|---|
Future<ScriptingCommandResponse> |
ScriptingSubsystemWrapper.invokeAsynchronous(String command)
Invoke an asynchronous command on the subsystem
|
Future<ScriptingCommandResponse> |
ScriptingSubsystemWrapper.invokeAsynchronous(String commandName,
Object... args)
Invoke an asynchronous command on the subsystem
|
Copyright © 2013 LSST. All Rights Reserved.