|
CTRE Phoenix 6 C++ 26.0.0-beta-1
|
This is the complete list of members for ctre::phoenix6::HootAutoReplay, including all inherited members.
| Update() const | ctre::phoenix6::HootAutoReplay | inline |
| WithBoolean(std::string name, std::function< bool()> getter, std::function< void(SignalMeasurement< bool >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithBooleanArray(std::string name, std::function< std::span< bool const >()> getter, std::function< void(SignalMeasurement< std::vector< uint8_t > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithBooleanArray(std::string name, std::function< std::span< uint8_t const >()> getter, std::function< void(SignalMeasurement< std::vector< uint8_t > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithDouble(std::string name, std::function< double()> getter, std::function< void(SignalMeasurement< double >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithDoubleArray(std::string name, std::function< std::span< double const >()> getter, std::function< void(SignalMeasurement< std::vector< double > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithFloat(std::string name, std::function< float()> getter, std::function< void(SignalMeasurement< float >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithFloatArray(std::string name, std::function< std::span< float const >()> getter, std::function< void(SignalMeasurement< std::vector< float > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithInteger(std::string name, std::function< int64_t()> getter, std::function< void(SignalMeasurement< int64_t >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithIntegerArray(std::string name, std::function< std::span< int64_t const >()> getter, std::function< void(SignalMeasurement< std::vector< int64_t > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithJoystickReplay() | ctre::phoenix6::HootAutoReplay | |
| WithProtobuf(std::string name, std::function< T const &()> getter, std::function< void(SignalMeasurement< T >)> setter) | ctre::phoenix6::HootAutoReplay | inline |
| WithRaw(std::string name, std::function< std::span< uint8_t const >()> getter, std::function< void(SignalMeasurement< std::vector< uint8_t > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithSchemaValue(std::string name, std::string schemaName, HootSchemaType type, std::span< uint8_t const > schema, std::function< std::span< uint8_t const >()> getter, std::function< void(SignalMeasurement< std::vector< uint8_t > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithSchemaValue(std::string name, std::string schemaName, HootSchemaType type, std::string_view schema, std::function< std::span< uint8_t const >()> getter, std::function< void(SignalMeasurement< std::vector< uint8_t > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithString(std::string name, std::function< std::string_view()> getter, std::function< void(SignalMeasurement< std::string >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithStringArray(std::string name, std::function< std::span< std::string_view const >()> getter, std::function< void(SignalMeasurement< std::vector< std::string > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithStringArray(std::string name, std::function< std::span< std::string const >()> getter, std::function< void(SignalMeasurement< std::vector< std::string > >)> setter) | ctre::phoenix6::HootAutoReplay | |
| WithStruct(std::string name, I &&... info, std::function< T const &()> getter, std::function< void(SignalMeasurement< T >)> setter) | ctre::phoenix6::HootAutoReplay | inline |
| WithStructArray(std::string name, I &&... info, std::function< std::span< T const >()> getter, std::function< void(SignalMeasurement< std::vector< T > >)> setter) | ctre::phoenix6::HootAutoReplay | inline |
| WithTimestampReplay() | ctre::phoenix6::HootAutoReplay | |
| WithValue(std::string name, std::function< U()> getter, std::function< void(SignalMeasurement< U >)> setter) | ctre::phoenix6::HootAutoReplay | inline |