public final class InstrumentConfig extends Object
type field is interpreted by
DoormanMain. 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.
|
InstrumentType |
type
The make and/or model of the instrument.
|
| Constructor and Description |
|---|
InstrumentConfig(int index,
InstrumentType type,
String conn,
Instant lastDataTime) |
public final int index
public final InstrumentType type
public final String conn
public final Instant lastDataTime
public InstrumentConfig(int index,
InstrumentType type,
String conn,
Instant lastDataTime)
Copyright © 2016 LSST. All rights reserved.