Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.sdr |
SDR related commands.
|
com.veraxsystems.vxipmi.coding.commands.sdr.record |
SDR records formats.
|
com.veraxsystems.vxipmi.coding.commands.sel |
SEL related commands.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReadingType> |
GetSensorReadingResponseData.getStatesAsserted(SensorType sensorType,
int sensorEventReadingType)
Contains state of the sensor if it is discrete.
|
Modifier and Type | Method and Description |
---|---|
SensorType |
FullSensorRecord.getSensorType() |
SensorType |
EventOnlyRecord.getSensorType() |
SensorType |
CompactSensorRecord.getSensorType() |
static SensorType |
SensorType.parseInt(int value) |
static SensorType |
SensorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorType[] |
SensorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ReadingType |
ReadingType.parseInt(SensorType sensorType,
int eventReadingType,
int offset)
Determines type of discrete sensor reading.
|
void |
FullSensorRecord.setSensorType(SensorType sensorType) |
void |
EventOnlyRecord.setSensorType(SensorType sensorType) |
void |
CompactSensorRecord.setSensorType(SensorType sensorType) |
Modifier and Type | Method and Description |
---|---|
SensorType |
SelRecord.getSensorType() |
Modifier and Type | Method and Description |
---|---|
void |
SelRecord.setSensorType(SensorType sensorType) |