| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.airwatch.main |
The main package for the AirWatch subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyInstrument
A dummy instrument used to test the subsystem.
|
class |
LighthouseOPC
Represents an instrument connected to PC running Lighthouse's LMS Express RT program.
|
| Modifier and Type | Method and Description |
|---|---|
Instrument |
DummyInstrument.disable()
Produces a new instance that has readout disabled.
|
Instrument |
Instrument.disable()
Produces a new instance that has readout disabled.
|
Instrument |
LighthouseOPC.disable()
Produces a new instance that has readout disabled.
|
Instrument |
DummyInstrument.enable()
Produces a new instance that has been enabled for readout and is serving
a new location.
|
Instrument |
Instrument.enable()
Produces a new instance that has been enabled for readout and is serving
a new location.
|
Instrument |
LighthouseOPC.enable()
Produces a new instance that has been enabled for readout and is serving
a new location.
|
Instrument |
InstrumentType.make(InstrumentConfig config)
Makes the right kind of
Instrument objects using InstrumentConfigs. |
Instrument |
DummyInstrument.read()
Produces a new instance that contains a fresh set of data read from
the instrument.
|
Instrument |
Instrument.read()
Produces a new instance that contains a fresh set of data read from
the instrument.
|
Instrument |
LighthouseOPC.read()
Produces a new instance that contains a fresh set of data read from
the instrument.
|
| Constructor and Description |
|---|
InstrumentReport(List<Instrument> instruments) |
Copyright © 2021 LSST. All rights reserved.