CTRE Phoenix Pro C++ 23.0.12
ctre::phoenixpro::SignalMeasurement< L > Struct Template Reference

#include <ctre/phoenixpro/StatusSignalValue.hpp>

Public Attributes

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...
 

Member Data Documentation

◆ error

template<typename L >
ctre::phoenix::StatusCode ctre::phoenixpro::SignalMeasurement< L >::error

Code response of getting the data.

◆ timestamp

template<typename L >
units::time::second_t ctre::phoenixpro::SignalMeasurement< L >::timestamp

Timestamp of when the data point was taken.

◆ units

template<typename L >
std::string ctre::phoenixpro::SignalMeasurement< L >::units

Units that correspond to this point.

◆ value

template<typename L >
L ctre::phoenixpro::SignalMeasurement< L >::value

The value of the signal, this may be an enum so it is stored as a string.


The documentation for this struct was generated from the following file: