CTRE Phoenix 6 C++ 24.3.0
|
Information from a single measurement of a status signal. More...
#include <ctre/phoenix6/StatusSignal.hpp>
Public Attributes | |
L | value |
The value of the signal, this may be an enum so it is stored as a string. More... | |
units::time::second_t | timestamp |
Timestamp of when the data point was taken. More... | |
ctre::phoenix::StatusCode | status |
Status code response of getting the data. More... | |
std::string | units |
Units that correspond to this point. More... | |
Information from a single measurement of a status signal.
ctre::phoenix::StatusCode ctre::phoenix6::SignalMeasurement< L >::status |
Status code response of getting the data.
units::time::second_t ctre::phoenix6::SignalMeasurement< L >::timestamp |
Timestamp of when the data point was taken.
std::string ctre::phoenix6::SignalMeasurement< L >::units |
Units that correspond to this point.
L ctre::phoenix6::SignalMeasurement< L >::value |
The value of the signal, this may be an enum so it is stored as a string.