CTRE Phoenix Pro C++ 23.0.12
|
Generic Empty Control class used to do nothing. More...
#include <ctre/phoenixpro/controls/ControlRequest.hpp>
Public Member Functions | |
EmptyControl () | |
Constructs an empty control request. More... | |
std::string | ToString () const |
Public Member Functions inherited from ctre::phoenixpro::controls::ControlRequest | |
ControlRequest (std::string name) | |
Constructs a new Control Request with the given name. More... | |
ControlInfo & | GetControlInfo () |
Gets information about this control request. More... | |
const ControlInfo & | GetControlInfo () const |
Gets information about this control request. More... | |
virtual | ~ControlRequest ()=default |
virtual std::string | ToString () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from ctre::phoenixpro::controls::ControlRequest | |
ControlRequest (ControlRequest const &)=default | |
ControlRequest (ControlRequest &&)=default | |
ControlRequest & | operator= (ControlRequest const &)=default |
ControlRequest & | operator= (ControlRequest &&)=default |
Protected Attributes inherited from ctre::phoenixpro::controls::ControlRequest | |
ControlInfo | requestReference |
Generic Empty Control class used to do nothing.
|
inline |
Constructs an empty control request.
|
inlinevirtual |
Implements ctre::phoenixpro::controls::ControlRequest.