Class ArduinoSignalFactor

java.lang.Object
net.sourceforge.jarduino.message.ArduinoSignalFactor

public final class ArduinoSignalFactor
extends Object
Arduino Signal Factor.
  • Method Details

    • getFactor

      public Number getFactor()
      Obtain the factor.
      Returns:
      the factor
    • getOffset

      public Number getOffset()
      Obtain the offset.
      Returns:
      the offset
    • getNumDecimals

      public int getNumDecimals()
      Obtain the number of decimals.
      Returns:
      the number of decimals
    • isFloat

      public boolean isFloat()
      Does this factor use floats?
      Returns:
      true/false
    • toString

      public String toString()
      Overrides:
      toString in class Object