Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.sdr.record |
SDR records formats.
|
Modifier and Type | Method and Description |
---|---|
SensorUnit |
FullSensorRecord.getSensorBaseUnit() |
SensorUnit |
CompactSensorRecord.getSensorBaseUnit() |
SensorUnit |
FullSensorRecord.getSensorModifierUnit() |
SensorUnit |
CompactSensorRecord.getSensorModifierUnit() |
static SensorUnit |
SensorUnit.parseInt(int value) |
static SensorUnit |
SensorUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorUnit[] |
SensorUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FullSensorRecord.setSensorBaseUnit(SensorUnit sensorBaseUnit) |
void |
CompactSensorRecord.setSensorBaseUnit(SensorUnit sensorBaseUnit) |
void |
FullSensorRecord.setSensorModifierUnit(SensorUnit sensorModifierUnit) |
void |
CompactSensorRecord.setSensorModifierUnit(SensorUnit sensorModifierUnit) |