| Modifier and Type | Class and Description |
|---|---|
class |
DummyInstrument
A dummy instrument used to test the subsystem.
|
class |
LighthouseInstrument
Lighthouse Worldwide Solutions 3016-like instrument.
|
| Modifier and Type | Method and Description |
|---|---|
Instrument |
Instrument.disable()
Produces a new instance that has readout disabled.
|
Instrument |
LighthouseInstrument.disable()
Produces a new instance that has readout disabled.
|
Instrument |
DummyInstrument.disable() |
Instrument |
Instrument.enable(LocationConfig loc)
Produces a new instance that has been enabled for readout and is serving
a new location.
|
Instrument |
LighthouseInstrument.enable(LocationConfig loc) |
Instrument |
DummyInstrument.enable(LocationConfig loc) |
Instrument |
InstrumentType.make(InstrumentConfig config)
Makes the right kind of
Instrument objects using InstrumentConfigs. |
Instrument |
Instrument.read()
Produces a new instance that contains a fresh set of data read from
the instrument.
|
Instrument |
LighthouseInstrument.read() |
Instrument |
DummyInstrument.read() |
| Constructor and Description |
|---|
InstrumentReport(List<Instrument> instruments) |
Copyright © 2016 LSST. All rights reserved.