public static enum TwisTorr84.CmndNumeric extends Enum<TwisTorr84.CmndNumeric>
| Enum Constant and Description |
|---|
ANALOG_OUTPUT |
BAUD_RATE |
CONT_TEMP_AIR |
CONT_TEMP_SINK |
CURRENT |
CYCLE_NUMBER |
CYCLE_TIME |
DRIVEFREQ |
ERRCODE |
MAXPOWER |
POWER |
PRESSURE_FACTOR |
PRESSURE_UNIT |
PUMP_HOURS |
PUMP_TEMP |
ROTFREQ_LOW |
ROTFREQ_SET |
RPM |
RS485_ADDR |
SETPOINT_DELAY |
SETPOINT_HYST |
SETPOINT_TYPE |
SETPOINT_VALUE |
STATUS |
VENT_DELAY |
VENT_OPENTIME |
VOLTAGE |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_LENGTH |
static int |
READ_RESP_LEN |
static int |
WRITE_RESP_LEN |
| Modifier and Type | Method and Description |
|---|---|
String |
getWindow() |
static TwisTorr84.CmndNumeric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwisTorr84.CmndNumeric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwisTorr84.CmndNumeric SETPOINT_TYPE
public static final TwisTorr84.CmndNumeric SETPOINT_VALUE
public static final TwisTorr84.CmndNumeric SETPOINT_DELAY
public static final TwisTorr84.CmndNumeric SETPOINT_HYST
public static final TwisTorr84.CmndNumeric BAUD_RATE
public static final TwisTorr84.CmndNumeric ANALOG_OUTPUT
public static final TwisTorr84.CmndNumeric ROTFREQ_LOW
public static final TwisTorr84.CmndNumeric ROTFREQ_SET
public static final TwisTorr84.CmndNumeric VENT_DELAY
public static final TwisTorr84.CmndNumeric VENT_OPENTIME
public static final TwisTorr84.CmndNumeric PRESSURE_FACTOR
public static final TwisTorr84.CmndNumeric PRESSURE_UNIT
public static final TwisTorr84.CmndNumeric RS485_ADDR
public static final TwisTorr84.CmndNumeric MAXPOWER
public static final TwisTorr84.CmndNumeric CURRENT
public static final TwisTorr84.CmndNumeric VOLTAGE
public static final TwisTorr84.CmndNumeric POWER
public static final TwisTorr84.CmndNumeric DRIVEFREQ
public static final TwisTorr84.CmndNumeric PUMP_TEMP
public static final TwisTorr84.CmndNumeric STATUS
public static final TwisTorr84.CmndNumeric ERRCODE
public static final TwisTorr84.CmndNumeric CONT_TEMP_SINK
public static final TwisTorr84.CmndNumeric CONT_TEMP_AIR
public static final TwisTorr84.CmndNumeric RPM
public static final TwisTorr84.CmndNumeric CYCLE_TIME
public static final TwisTorr84.CmndNumeric CYCLE_NUMBER
public static final TwisTorr84.CmndNumeric PUMP_HOURS
public static final int DATA_LENGTH
public static final int READ_RESP_LEN
public static final int WRITE_RESP_LEN
public static TwisTorr84.CmndNumeric[] values()
for (TwisTorr84.CmndNumeric c : TwisTorr84.CmndNumeric.values()) System.out.println(c);
public static TwisTorr84.CmndNumeric valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getWindow()
Copyright © 2019 LSST. All rights reserved.