CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
ctre::phoenix6::HootReplay::SignalData< T > Struct Template Reference

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.
 
value
 The value of the signal.
 

Detailed Description

template<typename T>
struct ctre::phoenix6::HootReplay::SignalData< T >

Stores information about a user signal from replay.

Member Data Documentation

◆ name

template<typename T >
std::string_view ctre::phoenix6::HootReplay::SignalData< T >::name

The name of the signal.

◆ status

Status code response of getting the signal.

◆ timestamp

template<typename T >
units::second_t ctre::phoenix6::HootReplay::SignalData< T >::timestamp

The timestamp of the signal.

◆ units

template<typename T >
std::string ctre::phoenix6::HootReplay::SignalData< T >::units

The units of the signal.

◆ value

template<typename T >
T ctre::phoenix6::HootReplay::SignalData< T >::value

The value of the signal.


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