|
CTRE Phoenix 6 C++ 26.0.0-beta-1
|
Information from a single measurement of a status signal. More...
#include <ctre/phoenix6/SignalMeasurement.hpp>
Public Attributes | |
| std::string_view | name |
| The name of the signal. | |
| T | value |
| The value of the signal. | |
| units::time::second_t | timestamp |
| Timestamp of when the data point was taken. | |
| std::string | units |
| The units of the signal measurement. | |
| ctre::phoenix::StatusCode | status |
| Status code response of getting the data. | |
Information from a single measurement of a status signal.
| std::string_view ctre::phoenix6::SignalMeasurement< T >::name |
The name of the signal.
| ctre::phoenix::StatusCode ctre::phoenix6::SignalMeasurement< T >::status |
Status code response of getting the data.
| units::time::second_t ctre::phoenix6::SignalMeasurement< T >::timestamp |
Timestamp of when the data point was taken.
| std::string ctre::phoenix6::SignalMeasurement< T >::units |
The units of the signal measurement.
| T ctre::phoenix6::SignalMeasurement< T >::value |
The value of the signal.