| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.airwatch.main |
The main package for the AirWatch subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TrendableModbusRecord
Describes an immutable data record matching a record gotten from a directly-connected
Lighthouse instrument.
|
class |
TrendableOPCRecord
Implements a trendable data item read from a Lighthouse OPC server.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<TrendableRecord> |
LighthouseOPC.getTrendables()
Gets all the trendable data resulting from the last reading of the instrument.
|
Stream<TrendableRecord> |
DummyInstrument.getTrendables()
Gets all the trendable data resulting from the last reading of the instrument.
|
Stream<TrendableRecord> |
LighthouseModbus.getTrendables()
Gets all the trendable data resulting from the last reading of the instrument.
|
Stream<TrendableRecord> |
Instrument.getTrendables()
Gets all the trendable data resulting from the last reading of the instrument.
|
Copyright © 2018 LSST. All rights reserved.