|
CTRE Phoenix 6 C++ 25.0.0-beta-4
|
Stores information about a user signal from replay. More...
#include <ctre/phoenix6/HootReplay.hpp>
Public Attributes | |
| std::string_view | name |
| The name of the signal. | |
| std::string | units |
| The units of the signal. | |
| units::second_t | timestamp |
| The timestamp of the signal. | |
| ctre::phoenix::StatusCode | status |
| Status code response of getting the signal. | |
| T | value |
| The value of the signal. | |
Stores information about a user signal from replay.
| std::string_view ctre::phoenix6::HootReplay::SignalData< T >::name |
The name of the signal.
| ctre::phoenix::StatusCode ctre::phoenix6::HootReplay::SignalData< T >::status |
Status code response of getting the signal.
| units::second_t ctre::phoenix6::HootReplay::SignalData< T >::timestamp |
The timestamp of the signal.
| std::string ctre::phoenix6::HootReplay::SignalData< T >::units |
The units of the signal.
| T ctre::phoenix6::HootReplay::SignalData< T >::value |
The value of the signal.