Package | Description |
---|---|
com.starphoenixmedia.candle_pos.scale |
Modifier and Type | Field and Description |
---|---|
protected ScaleUnits |
ScaleData.sc_unit |
Modifier and Type | Method and Description |
---|---|
ScaleUnits |
ScaleData.getUnit() |
static ScaleUnits |
ScaleData.parseScaleUnits(byte[] bt) |
static ScaleUnits |
ScaleUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleUnits[] |
ScaleUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double[] |
ScaleAction.convertData(ScaleUnits newUnit,
byte[] data) |
static double[] |
ScaleData.parseValues(ScaleUnits unit,
byte[] bt) |
static String |
ScaleData.readingString(ScaleUnits unit,
double[] data) |
Copyright © 2017 StarPhoenix Media. All rights reserved.