|
CTRE Phoenix 6 C++ 26.0.0-beta-1
|
Generic Empty Control class used to do nothing. More...
#include <ctre/phoenix6/controls/ControlRequest.hpp>
Public Member Functions | |
| constexpr | EmptyControl ()=default |
| Constructs an empty control request. | |
| constexpr | ~EmptyControl () override |
| constexpr std::string_view | GetName () const override |
| Gets the name of this control request. | |
| std::string | ToString () const override |
| std::map< std::string, std::string > | GetControlInfo () const override |
| Gets information about this control request. | |
| constexpr EmptyControl & | WithUpdateFreqHz (units::frequency::hertz_t) |
Public Member Functions inherited from ctre::phoenix6::controls::ControlRequest | |
| constexpr | ControlRequest ()=default |
| Constructs a new Control Request. | |
| virtual constexpr | ~ControlRequest () |
Additional Inherited Members | |
Protected Member Functions inherited from ctre::phoenix6::controls::ControlRequest | |
| constexpr | ControlRequest (ControlRequest const &)=default |
| constexpr | ControlRequest (ControlRequest &&)=default |
| constexpr ControlRequest & | operator= (ControlRequest const &)=default |
| constexpr ControlRequest & | operator= (ControlRequest &&)=default |
Generic Empty Control class used to do nothing.
|
constexprdefault |
Constructs an empty control request.
|
inlineconstexproverride |
|
overridevirtual |
Gets information about this control request.
Implements ctre::phoenix6::controls::ControlRequest.
|
inlineconstexproverridevirtual |
Gets the name of this control request.
Implements ctre::phoenix6::controls::ControlRequest.
|
inlineoverridevirtual |
Implements ctre::phoenix6::controls::ControlRequest.
|
inlineconstexpr |