|
CTRE Phoenix Pro C++ 23.0.12
|
#include <ctre/phoenixpro/StatusSignalValue.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 | error |
| Code response of getting the data. More... | |
| std::string | units |
| Units that correspond to this point. More... | |
| ctre::phoenix::StatusCode ctre::phoenixpro::SignalMeasurement< L >::error |
Code response of getting the data.
| units::time::second_t ctre::phoenixpro::SignalMeasurement< L >::timestamp |
Timestamp of when the data point was taken.
| std::string ctre::phoenixpro::SignalMeasurement< L >::units |
Units that correspond to this point.
| L ctre::phoenixpro::SignalMeasurement< L >::value |
The value of the signal, this may be an enum so it is stored as a string.