InstantCommand(std::function< void()> toRun, Requirements requirements={})
Creates a new InstantCommand that runs the given Runnable with the given requirements.
InstantCommand(const InstantCommand &other)=default
InstantCommand(InstantCommand &&other)=default
InstantCommand()
Creates a new InstantCommand with a Runnable that does nothing.
Represents requirements for a command, which is a set of (pointers to) subsystems.
Definition Requirements.hpp:20
Definition CommandNiDsStadiaController.hpp:15