| Modifier and Type | Method and Description |
|---|---|
DataRecord |
Hardware.readRecord()
Reads the current data record from the device faster than one could by combining
the other methods exported by this interface.
|
DataRecord |
ASCIIModbus.readRecord()
Reads the current data record from the device faster than one could by combining
the other methods exported by this interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRecord> |
LighthouseClient.getRecentRecords(java.time.Instant threshold)
Gets the data records more recent than a given time.
|
List<DataRecord> |
LighthouseClient.getRecordsByIndex(int start,
int limit)
Gets the data records specified by
start and limit. |
Copyright © 2016 LSST. All rights reserved.