
public final class InstrumentConfig extends Object
type field is
interpreted by AirwatchMain. The other fields are used by the implementations 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 may fetch only data more recent than this.
|
String |
loc
The current location being monitored by the instrument.
|
LocalConfigService |
service
Grants access to the configuration info that doesn't fit the general pattern.
|
InstrumentType |
type
The make and/or model of the instrument.
|
| Constructor and Description |
|---|
InstrumentConfig(int index,
InstrumentType type,
String conn,
String loc,
Instant lastDataTime,
LocalConfigService service) |
public final int index
public final InstrumentType type
public final String conn
public final String loc
public final Instant lastDataTime
public final LocalConfigService service
public InstrumentConfig(int index,
InstrumentType type,
String conn,
String loc,
Instant lastDataTime,
LocalConfigService service)
Copyright © 2017 LSST. All rights reserved.