Package | Description |
---|---|
br.org.scadabr.api.constants | |
br.org.scadabr.api.dao | |
br.org.scadabr.api.vo |
Modifier and Type | Field and Description |
---|---|
static ModbusRegisterRange |
ModbusRegisterRange.COIL_STATUS |
static ModbusRegisterRange |
ModbusRegisterRange.HOLDING_REGISTER |
static ModbusRegisterRange |
ModbusRegisterRange.INPUT_REGISTER |
static ModbusRegisterRange |
ModbusRegisterRange.INPUT_STATUS |
Modifier and Type | Method and Description |
---|---|
static ModbusRegisterRange |
ModbusRegisterRange.fromString(java.lang.String value) |
static ModbusRegisterRange |
ModbusRegisterRange.fromValue(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
private ModbusRegisterRange |
MangoDaoImpl.toRegisterRange(int range) |
Modifier and Type | Method and Description |
---|---|
private int |
MangoDaoImpl.toMangoRegisterRange(ModbusRegisterRange range) |
Modifier and Type | Field and Description |
---|---|
private ModbusRegisterRange |
ModbusPointConfig.registerRange |
Modifier and Type | Method and Description |
---|---|
ModbusRegisterRange |
ModbusPointConfig.getRegisterRange()
Gets the registerRange value for this ModbusPointConfig.
|
Modifier and Type | Method and Description |
---|---|
void |
ModbusPointConfig.setRegisterRange(ModbusRegisterRange registerRange)
Sets the registerRange value for this ModbusPointConfig.
|
Constructor and Description |
---|
ModbusPointConfig(int id,
boolean enabled,
java.lang.String name,
java.lang.Integer slaveId,
ModbusRegisterRange registerRange,
ModbusDataType dataType,
boolean settable,
java.lang.Integer offset,
java.lang.Integer multiplier,
java.lang.Integer aditive) |