Class IntegerUnsigned
-
- All Implemented Interfaces:
-
nl.basjes.modbus.schema.expression.Expression,nl.basjes.modbus.schema.expression.numbers.NumericalExpression
public abstract class IntegerUnsigned extends IntegerSigned
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Expression>subExpressionsprivate BooleanisImmutableprivate final ReturnTypereturnTypeprivate final List<Expression.Problem>problemsprivate final List<List<String>>notImplementedprivate final List<Address>requiredRegistersprivate final List<Address>requiredMutableRegistersprivate final List<String>requiredFields
-
Constructor Summary
Constructors Constructor Description IntegerUnsigned(String name, Integer bytesPerValue, RegistersExpression byteArray, List<String> notImplemented)
-
Method Summary
Modifier and Type Method Description NumericalExpression.ValueGuaranteegetGuarantee()-
Methods inherited from class nl.basjes.modbus.schema.expression.numbers.IntegerSigned
getProblems, getRegisterValues, getReturnType, getSubExpressions, getValueAsLong, isImmutable, setImmutable, toString -
Methods inherited from class nl.basjes.modbus.schema.expression.NotImplemented
getNotImplemented, isNotImplemented, isValidNotImplemented -
Methods inherited from class nl.basjes.modbus.schema.expression.Expression
check, checkFatal, combine, getRequiredFields, getRequiredMutableRegisters, getRequiredRegisters, initialize, toString -
Methods inherited from class nl.basjes.modbus.schema.expression.numbers.NumericalExpression
getValueAsDouble -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IntegerUnsigned
IntegerUnsigned(String name, Integer bytesPerValue, RegistersExpression byteArray, List<String> notImplemented)
-
-
Method Detail
-
getGuarantee
NumericalExpression.ValueGuarantee getGuarantee()
- Returns:
Can we guarantee anything about the return value?
-
-
-
-