| Modifier and Type | Method and Description |
|---|---|
static ControllerType |
ControllerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllerType[] |
ControllerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AcrComm |
AcrComm.newInstance(ControllerType ctrlType,
String controllerHost,
Optional<PrintStream> out)
Opens a TCP connection to the controller and makes a new instance of this class.
|
void |
TestAcrComm.open_command(ControllerType ctrlType,
String controllerHost)
Opens a network connection to the controller of the given type and IP address.
|
Copyright © 2017 LSST. All rights reserved.