WPILibC++ 2024.3.2
frc2::CommandBase Member List

This is the complete list of members for frc2::CommandBase, including all inherited members.

AddRequirements(Requirements requirements)frc2::Command
AddRequirements(wpi::SmallSet< Subsystem *, 4 > requirements)frc2::Command
AddRequirements(Subsystem *requirement)frc2::Command
AndThen(std::function< void()> toRun, Requirements requirements={}) &&frc2::Command
AsProxy() &&frc2::Command
BeforeStarting(std::function< void()> toRun, Requirements requirements={}) &&frc2::Command
Cancel()frc2::Command
Command(const Command &)=defaultfrc2::Command
Command(Command &&)=defaultfrc2::Command
Command()frc2::Commandprotected
CommandBase()frc2::CommandBaseprotected
End(bool interrupted)frc2::Commandvirtual
Execute()frc2::Commandvirtual
FinallyDo(std::function< void(bool)> end) &&frc2::Command
FinallyDo(std::function< void()> end) &&frc2::Command
GetInterruptionBehavior() constfrc2::Commandinlinevirtual
GetName() constfrc2::Command
GetPreviousCompositionSite() constfrc2::Command
GetRequirements() constfrc2::Commandvirtual
GetSubsystem() constfrc2::Command
HandleInterrupt(std::function< void()> handler) &&frc2::Command
HasRequirement(Subsystem *requirement) constfrc2::Command
IgnoringDisable(bool doesRunWhenDisabled) &&frc2::Command
Initialize()frc2::Commandvirtual
InitSendable(wpi::SendableBuilder &builder) overridefrc2::Commandvirtual
InterruptionBehavior enum namefrc2::Command
IsComposed() constfrc2::Command
IsFinished()frc2::Commandinlinevirtual
IsScheduled() constfrc2::Command
m_previousCompositionfrc2::Commandprotected
m_requirementsfrc2::Commandprotected
OnlyIf(std::function< bool()> condition) &&frc2::Command
OnlyWhile(std::function< bool()> condition) &&frc2::Command
operator=(const Command &rhs)frc2::Command
operator=(Command &&)=defaultfrc2::Command
SendableHelper< Command >::operator=(const SendableHelper &rhs)=defaultwpi::SendableHelper< Command >
SendableHelper< Command >::operator=(SendableHelper &&rhs)wpi::SendableHelper< Command >inline
Repeatedly() &&frc2::Command
RunsWhenDisabled() constfrc2::Commandinlinevirtual
Schedule()frc2::Command
SendableHelper(const SendableHelper &rhs)=defaultwpi::SendableHelper< Command >
SendableHelper(SendableHelper &&rhs)wpi::SendableHelper< Command >inline
SendableHelper()=defaultwpi::SendableHelper< Command >protected
SetComposed(bool isComposed)frc2::Command
SetName(std::string_view name)frc2::Command
SetSubsystem(std::string_view subsystem)frc2::Command
ToPtr() &&=0frc2::Commandpure virtual
TransferOwnership() &&=0frc2::Commandprotectedpure 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() overridefrc2::Command
~Sendable()=defaultwpi::Sendablevirtual
~SendableHelper()wpi::SendableHelper< Command >inlineprotected