public final class InstrumentConfig extends Object
type field is interpreted by
AirwatchMain. The other fields are used by an implementation of Instrument.| Modifier and Type | Field and Description |
|---|---|
String |
conn
The information needed to open a connection to an instrument.
|
int |
index
The position of the configuration in the list, counting from zero.
|
Instant |
lastDataTime
The next readout of the instrument will fetch only data newer than this time.
|
String |
loc
The current location being monitored by the instrument.
|
InstrumentType |
type
The make and/or model of the instrument.
|
| Constructor and Description |
|---|
InstrumentConfig(int index,
InstrumentType type,
String conn,
String loc,
Instant lastDataTime) |
public final int index
public final InstrumentType type
public final String conn
public final String loc
public final Instant lastDataTime
public InstrumentConfig(int index,
InstrumentType type,
String conn,
String loc,
Instant lastDataTime)
Copyright © 2016 LSST. All rights reserved.