Package com.ctre.phoenixpro
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 datadouble
timestamp
Deprecated, for removal: This API element is subject to removal in a future version.Timestamp of when the data point was takenString
units
Deprecated, for removal: This API element is subject to removal in a future version.Units that correspond to this pointL
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
-
Field Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version.Timestamp of when the data point was taken -
error
Deprecated, for removal: This API element is subject to removal in a future version.Code response of getting the data -
units
Deprecated, for removal: This API element is subject to removal in a future version.Units that correspond to this point
-
-
Constructor Details
-
SignalMeasurement
public SignalMeasurement()Deprecated, for removal: This API element is subject to removal in a future version.
-