WPILibC++ 2023.4.3-108-ge5452e3
|
This is the complete list of members for frc2::Command, including all inherited members.
AndThen(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements) && | frc2::Command | |
AndThen(std::function< void()> toRun, std::span< Subsystem *const > requirements={}) && | frc2::Command | |
AsProxy() && | frc2::Command | |
BeforeStarting(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements) && | frc2::Command | |
BeforeStarting(std::function< void()> toRun, std::span< Subsystem *const > requirements={}) && | frc2::Command | |
Cancel() | frc2::Command | |
Command()=default | frc2::Command | |
Command(const Command &)=default | frc2::Command | |
Command(Command &&)=default | frc2::Command | |
CommandPtr | frc2::Command | friend |
End(bool interrupted) | frc2::Command | virtual |
Execute() | frc2::Command | virtual |
FinallyDo(std::function< void(bool)> end) && | frc2::Command | |
GetInterruptionBehavior() const | frc2::Command | inlinevirtual |
GetName() const | frc2::Command | virtual |
GetRequirements() const =0 | frc2::Command | pure virtual |
HandleInterrupt(std::function< void()> handler) && | frc2::Command | |
HasRequirement(Subsystem *requirement) const | frc2::Command | |
IgnoringDisable(bool doesRunWhenDisabled) && | frc2::Command | |
Initialize() | frc2::Command | virtual |
InterruptionBehavior enum name | frc2::Command | |
IsComposed() const | frc2::Command | |
IsFinished() | frc2::Command | inlinevirtual |
IsScheduled() const | frc2::Command | |
m_isComposed | frc2::Command | protected |
OnlyIf(std::function< bool()> condition) && | frc2::Command | |
OnlyWhile(std::function< bool()> condition) && | frc2::Command | |
operator=(const Command &rhs) | frc2::Command | |
operator=(Command &&)=default | frc2::Command | |
Repeatedly() && | frc2::Command | |
RunsWhenDisabled() const | frc2::Command | inlinevirtual |
Schedule() | frc2::Command | |
SetComposed(bool isComposed) | frc2::Command | |
SetName(std::string_view name) | frc2::Command | virtual |
ToPtr() &&=0 | frc2::Command | pure virtual |
TransferOwnership() &&=0 | frc2::Command | protectedpure virtual |
Unless(std::function< bool()> condition) && | frc2::Command | |
Until(std::function< bool()> condition) && | frc2::Command | |
WithInterruptBehavior(Command::InterruptionBehavior interruptBehavior) && | frc2::Command | |
WithName(std::string_view name) && | frc2::Command | |
WithTimeout(units::second_t duration) && | frc2::Command | |
~Command() | frc2::Command | virtual |