Class StatusSignal.SignalMeasurement<L>

java.lang.Object
com.ctre.phoenix6.StatusSignal.SignalMeasurement<L>
Enclosing class:
StatusSignal<T>

public static class StatusSignal.SignalMeasurement<L> extends Object
Information from a single measurement of a status signal.
  • Field Details

    • value

      public L value
      The value of the signal
    • timestamp

      public double timestamp
      Timestamp of when the data point was taken, in seconds
    • status

      Status code response of getting the data
    • units

      public String units
      Units that correspond to this point
  • Constructor Details