- getChannel() - Method in class org.lsst.ccs.drivers.lighthouse.ChannelDatum
-
Gets which channel the data value came from.
- getChannels() - Method in class org.lsst.ccs.drivers.lighthouse.DataRecord
-
Gets the channel data associated with this record.
- getCommandNum() - Method in enum org.lsst.ccs.drivers.lighthouse.DeviceCommand
-
Gets the command number.
- getDeviceText() - Method in enum org.lsst.ccs.drivers.lighthouse.ChannelUnits
-
Gets the string used by the device to represent these units.
- getDuration() - Method in class org.lsst.ccs.drivers.lighthouse.DataRecord
-
Gets the length of time for which data was collected for this record.
- getFlags() - Method in class org.lsst.ccs.drivers.lighthouse.DataRecord
-
The device status flags for the record.
- getIndex() - Method in enum org.lsst.ccs.drivers.lighthouse.DataChannel
-
Gets the index of the channel.
- getLocation() - Method in class org.lsst.ccs.drivers.lighthouse.DataRecord
-
Gets the location at which the record's data was taken.
- getMask() - Method in enum org.lsst.ccs.drivers.lighthouse.DeviceFlag
-
Gets the hardware mask value for the flag.
- getMask() - Method in enum org.lsst.ccs.drivers.lighthouse.RecordFlag
-
Gets the hardware mask value for the flag.
- getModel() - Method in class org.lsst.ccs.drivers.lighthouse.Client
-
Gets the model of Lighthouse counter hardware (read by constructor).
- getName() - Method in enum org.lsst.ccs.drivers.lighthouse.DataChannel
-
Gets the name of the channel.
- getRecords() - Method in class org.lsst.ccs.drivers.lighthouse.Client
-
Gets all the data records currently stored in the instrument's memory.
- getRecords(String) - Method in class org.lsst.ccs.drivers.lighthouse.LighthouseDriver
-
Saves the device's internal data set as ASCII text.
- getRecords() - Method in class org.lsst.ccs.drivers.lighthouse.LighthouseDriver
-
Prints to stdout the device's internal data set using the default encoding.
- getRegisterMapVersion() - Method in class org.lsst.ccs.drivers.lighthouse.Client
-
Gets the version of the Modbus register map used by the hardware (read by constructor).
- getStartTime() - Method in class org.lsst.ccs.drivers.lighthouse.DataRecord
-
Gets the time at which data collection was started for this record.
- getType() - Method in enum org.lsst.ccs.drivers.lighthouse.DataChannel
-
Gets the type of quantity measured.
- getValue() - Method in class org.lsst.ccs.drivers.lighthouse.ChannelDatum
-
Gets the value of the channel.
- readChannelType(DataChannel) - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the data type registers for a data channel of the current record.
- readChannelType(DataChannel) - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the data type registers for a data channel of the current record.
- readChannelUnits(DataChannel) - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the units registers for a data channel of the current record.
- readChannelUnits(DataChannel) - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the units registers for a data channel of the current record.
- readChannelValue(DataChannel) - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the value registers for a data channel of the current record.
- readChannelValue(DataChannel) - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the value registers for a data channel of the current record.
- readDeviceFlags() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the device status register.
- readDeviceFlags() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the device status register.
- readDeviceMapVersion() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the Modbus map version register.
- readDeviceMapVersion() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the Modbus map version register.
- readDeviceModel() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the model designation registers.
- readDeviceModel() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the model designation registers.
- readRecordCount() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the record count register.
- readRecordCount() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the record count register.
- readRecordDuration() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the record sample time register.
- readRecordDuration() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the record sample time register.
- readRecordFlags() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the device status registers of the current record.
- readRecordFlags() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the device status registers of the current record.
- readRecordLocation() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the registers for location number and location name.
- readRecordLocation() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the registers for location number and location name.
- readRecordStartTime() - Method in class org.lsst.ccs.drivers.lighthouse.ASCIIModbus
-
Reads the record timestamp register.
- readRecordStartTime() - Method in interface org.lsst.ccs.drivers.lighthouse.Hardware
-
Reads the record timestamp register.
- RecordFlag - Enum in org.lsst.ccs.drivers.lighthouse
-
The device status flags that can be set for a Lighthouse data record.
- valueOf(String) - Static method in enum org.lsst.ccs.drivers.lighthouse.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.drivers.lighthouse.ChannelUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.drivers.lighthouse.DataChannel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.drivers.lighthouse.DeviceCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.drivers.lighthouse.DeviceFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lsst.ccs.drivers.lighthouse.RecordFlag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.lsst.ccs.drivers.lighthouse.ChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.drivers.lighthouse.ChannelUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.drivers.lighthouse.DataChannel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.drivers.lighthouse.DeviceCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.drivers.lighthouse.DeviceFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.lsst.ccs.drivers.lighthouse.RecordFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.