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 |
---|---|
static ReadingType |
ReadingType.parseInt(SensorType sensorType,
int eventReadingType,
int offset)
Determines type of discrete sensor reading.
|
static ReadingType |
ReadingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadingType[] |
ReadingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReadingType |
SelRecord.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
SelRecord.setEvent(ReadingType event) |