Class UInt32Value

java.lang.Object
org.yamcs.parameter.Value
org.yamcs.parameter.UInt32Value

public class UInt32Value extends Value
  • Constructor Details

    • UInt32Value

      public UInt32Value(int v)
  • Method Details

    • getType

      public Yamcs.Value.Type getType()
      Specified by:
      getType in class Value
    • getUint32Value

      public int getUint32Value()
      Overrides:
      getUint32Value in class Value
    • toLong

      public long toLong()
      Overrides:
      toLong in class Value
      Returns:
      the value as signed long
    • toDouble

      public double toDouble()
      Description copied from class: Value
      return the value as a double. Precision will be lost when converting large integer numbers.
      Overrides:
      toDouble in class Value
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object