WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::cmd::CommandScheduler Member List

This is the complete list of members for wpi::cmd::CommandScheduler, including all inherited members.

Action typedefwpi::cmd::CommandScheduler
Cancel(Command *command)wpi::cmd::CommandScheduler
Cancel(const CommandPtr &command)wpi::cmd::CommandScheduler
Cancel(std::span< Command *const > commands)wpi::cmd::CommandScheduler
Cancel(std::initializer_list< Command * > commands)wpi::cmd::CommandScheduler
CancelAll()wpi::cmd::CommandScheduler
CommandScheduler(const CommandScheduler &)=deletewpi::cmd::CommandScheduler
CommandTestBase classwpi::cmd::CommandSchedulerfriend
CommandTestBaseWithParam classwpi::cmd::CommandSchedulerfriend
Disable()wpi::cmd::CommandScheduler
Enable()wpi::cmd::CommandScheduler
GetActiveButtonLoop() constwpi::cmd::CommandScheduler
GetDefaultButtonLoop() constwpi::cmd::CommandScheduler
GetDefaultCommand(const Subsystem *subsystem) constwpi::cmd::CommandScheduler
GetInstance()wpi::cmd::CommandSchedulerstatic
InitSendable(wpi::util::SendableBuilder &builder) overridewpi::cmd::CommandSchedulervirtual
InterruptAction typedefwpi::cmd::CommandScheduler
IsScheduled(std::span< const Command *const > commands) constwpi::cmd::CommandScheduler
IsScheduled(std::initializer_list< const Command * > commands) constwpi::cmd::CommandScheduler
IsScheduled(const Command *command) constwpi::cmd::CommandScheduler
IsScheduled(const CommandPtr &command) constwpi::cmd::CommandScheduler
OnCommandExecute(Action action)wpi::cmd::CommandScheduler
OnCommandFinish(Action action)wpi::cmd::CommandScheduler
OnCommandInitialize(Action action)wpi::cmd::CommandScheduler
OnCommandInterrupt(Action action)wpi::cmd::CommandScheduler
OnCommandInterrupt(InterruptAction action)wpi::cmd::CommandScheduler
operator=(const CommandScheduler &)=deletewpi::cmd::CommandScheduler
wpi::util::SendableHelper< CommandScheduler >::operator=(const SendableHelper &rhs)=defaultwpi::util::SendableHelper< CommandScheduler >
PrintWatchdogEpochs()wpi::cmd::CommandScheduler
RegisterSubsystem(Subsystem *subsystem)wpi::cmd::CommandScheduler
RegisterSubsystem(std::initializer_list< Subsystem * > subsystems)wpi::cmd::CommandScheduler
RegisterSubsystem(std::span< Subsystem *const > subsystems)wpi::cmd::CommandScheduler
RemoveDefaultCommand(Subsystem *subsystem)wpi::cmd::CommandScheduler
RequireUngrouped(const Command *command)wpi::cmd::CommandScheduler
RequireUngrouped(std::span< const std::unique_ptr< Command > > commands)wpi::cmd::CommandScheduler
RequireUngrouped(std::initializer_list< const Command * > commands)wpi::cmd::CommandScheduler
RequireUngroupedAndUnscheduled(const Command *command)wpi::cmd::CommandScheduler
RequireUngroupedAndUnscheduled(std::span< const std::unique_ptr< Command > > commands)wpi::cmd::CommandScheduler
RequireUngroupedAndUnscheduled(std::initializer_list< const Command * > commands)wpi::cmd::CommandScheduler
Requiring(const Subsystem *subsystem) constwpi::cmd::CommandScheduler
Run()wpi::cmd::CommandScheduler
Schedule(const CommandPtr &command)wpi::cmd::CommandScheduler
Schedule(CommandPtr &&command)wpi::cmd::CommandScheduler
Schedule(Command *command)wpi::cmd::CommandScheduler
Schedule(std::span< Command *const > commands)wpi::cmd::CommandScheduler
Schedule(std::initializer_list< Command * > commands)wpi::cmd::CommandScheduler
SendableHelper(const SendableHelper &rhs)=defaultwpi::util::SendableHelper< CommandScheduler >
SetActiveButtonLoop(wpi::EventLoop *loop)wpi::cmd::CommandScheduler
SetDefaultCommand(Subsystem *subsystem, T &&defaultCommand)wpi::cmd::CommandSchedulerinline
SetDefaultCommand(Subsystem *subsystem, CommandPtr &&defaultCommand)wpi::cmd::CommandScheduler
SetPeriod(wpi::units::second_t period)wpi::cmd::CommandScheduler
UnregisterAllSubsystems()wpi::cmd::CommandScheduler
UnregisterSubsystem(Subsystem *subsystem)wpi::cmd::CommandScheduler
UnregisterSubsystem(std::initializer_list< Subsystem * > subsystems)wpi::cmd::CommandScheduler
UnregisterSubsystem(std::span< Subsystem *const > subsystems)wpi::cmd::CommandScheduler
~CommandScheduler() overridewpi::cmd::CommandScheduler
~Sendable()=defaultwpi::util::Sendablevirtual
~SendableHelper()wpi::util::SendableHelper< CommandScheduler >inlineprotected