AddRequirements(Requirements requirements) | frc2::Command | |
AddRequirements(wpi::SmallSet< Subsystem *, 4 > requirements) | frc2::Command | |
AddRequirements(Subsystem *requirement) | frc2::Command | |
AlongWith(CommandPtr &¶llel) && | frc2::Command | |
AndThen(std::function< void()> toRun, Requirements requirements={}) && | frc2::Command | |
AndThen(CommandPtr &&next) && | frc2::Command | |
AsProxy() && | frc2::Command | |
BeforeStarting(std::function< void()> toRun, Requirements requirements={}) && | frc2::Command | |
BeforeStarting(CommandPtr &&before) && | frc2::Command | |
Cancel() | frc2::Command | |
Command(const Command &)=default | frc2::Command | |
Command(Command &&)=default | frc2::Command | |
Command() | frc2::Command | protected |
CommandPtr class | frc2::Command | friend |
DeadlineFor(CommandPtr &¶llel) && | frc2::Command | |
End(bool interrupted) | frc2::Command | virtual |
Execute() | frc2::Command | virtual |
FinallyDo(std::function< void(bool)> end) && | frc2::Command | |
FinallyDo(std::function< void()> end) && | frc2::Command | |
GetInterruptionBehavior() const | frc2::Command | inlinevirtual |
GetName() const | frc2::Command | |
GetPreviousCompositionSite() const | frc2::Command | |
GetRequirements() const | frc2::Command | virtual |
GetSubsystem() const | frc2::Command | |
HandleInterrupt(std::function< void()> handler) && | frc2::Command | |
HasRequirement(Subsystem *requirement) const | frc2::Command | |
IgnoringDisable(bool doesRunWhenDisabled) && | frc2::Command | |
Initialize() | frc2::Command | virtual |
InitSendable(wpi::SendableBuilder &builder) override | frc2::Command | virtual |
InterruptionBehavior enum name | frc2::Command | |
IsComposed() const | frc2::Command | |
IsFinished() | frc2::Command | inlinevirtual |
IsScheduled() const | frc2::Command | |
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 | |
wpi::SendableHelper< Command >::operator=(const SendableHelper &rhs)=default | wpi::SendableHelper< Command > | |
wpi::SendableHelper< Command >::operator=(SendableHelper &&rhs) | wpi::SendableHelper< Command > | inline |
RaceWith(CommandPtr &¶llel) && | frc2::Command | |
Repeatedly() && | frc2::Command | |
RunsWhenDisabled() const | frc2::Command | inlinevirtual |
Schedule() | frc2::Command | |
SendableHelper(const SendableHelper &rhs)=default | wpi::SendableHelper< Command > | |
SendableHelper(SendableHelper &&rhs) | wpi::SendableHelper< Command > | inline |
SendableHelper()=default | wpi::SendableHelper< Command > | protected |
SetComposed(bool isComposed) | frc2::Command | |
SetName(std::string_view name) | frc2::Command | |
SetSubsystem(std::string_view subsystem) | frc2::Command | |
ToPtr() &&=0 | frc2::Command | pure virtual |
Unless(std::function< bool()> condition) && | frc2::Command | |
Until(std::function< bool()> condition) && | frc2::Command | |
WithDeadline(CommandPtr &&deadline) && | frc2::Command | |
WithInterruptBehavior(Command::InterruptionBehavior interruptBehavior) && | frc2::Command | |
WithName(std::string_view name) && | frc2::Command | |
WithTimeout(units::second_t duration) && | frc2::Command | |
~Command() override | frc2::Command | |
~Sendable()=default | wpi::Sendable | virtual |
~SendableHelper() | wpi::SendableHelper< Command > | inlineprotected |