StatusSignalTSignalMeasurementL Structure

Information from a single measurement of a status signal

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public struct SignalMeasurement<L>
Inheritance
Object    ValueType    StatusSignalTSignalMeasurementL

Type Parameters

L
Underlying type of parent StatusSignal

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Error Code response of getting the data.
Timestamp Timestamp of when the data point was taken.
Units Units that correspond to this point.
Value The value of the signal, this may be enum.

See Also