| Modifier and Type | Method and Description |
|---|---|
static RecordFlag |
RecordFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordFlag[] |
RecordFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RecordFlag> |
RecordFlag.flagsFromMask(int mask)
Calculates the set of flags whose bits are set in a given mask.
|
Set<RecordFlag> |
DataRecord.getFlags()
The device status flags for the record.
|
Set<RecordFlag> |
Hardware.readRecordFlags()
Reads the device status registers of the current record.
|
Set<RecordFlag> |
ASCIIModbus.readRecordFlags()
Reads the device status registers of the current record.
|
| Constructor and Description |
|---|
DataRecord(Instant startTime,
Duration duration,
String location,
Set<RecordFlag> flags,
List<ChannelDatum> channels)
Creates a new instance from the field values.
|
Copyright © 2019 LSST. All rights reserved.