Class StatusSignalValue.SignalMeasurement<L>

java.lang.Object
com.ctre.phoenixpro.StatusSignalValue.SignalMeasurement<L>
Enclosing class:
StatusSignalValue<T>

@Deprecated(forRemoval=true)
public class StatusSignalValue.SignalMeasurement<L>
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Classes in the phoenixpro package will be removed in 2024. Users should instead use classes from the phoenix6 package.
Information from a single measurement of a status signal.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    StatusCode error
    Deprecated, for removal: This API element is subject to removal in a future version.
    Code response of getting the data
    double timestamp
    Deprecated, for removal: This API element is subject to removal in a future version.
    Timestamp of when the data point was taken
    String units
    Deprecated, for removal: This API element is subject to removal in a future version.
    Units that correspond to this point
    L value
    Deprecated, for removal: This API element is subject to removal in a future version.
    The value of the signal, this may be an enum so it is stored as a string
  • Constructor Summary

    Constructors 
    Constructor Description
    SignalMeasurement()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      public L value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The value of the signal, this may be an enum so it is stored as a string
    • timestamp

      public double timestamp
      Deprecated, for removal: This API element is subject to removal in a future version.
      Timestamp of when the data point was taken
    • error

      public StatusCode error
      Deprecated, for removal: This API element is subject to removal in a future version.
      Code response of getting the data
    • units

      public String units
      Deprecated, for removal: This API element is subject to removal in a future version.
      Units that correspond to this point
  • Constructor Details