WPILibC++ 2023.4.3-108-ge5452e3
|
A command composition that runs a list of commands in sequence. More...
#include <frc2/command/SequentialCommandGroup.h>
Additional Inherited Members | |
Protected Member Functions inherited from frc2::CommandHelper< CommandBase, SequentialCommandGroup > | |
std::unique_ptr< Command > | TransferOwnership () &&override |
A command composition that runs a list of commands in sequence.
The rules for command compositions apply: command instances that are passed to it are owned by the composition and cannot be added to any other composition or scheduled individually, and the composition requires all subsystems its components require.
This class is provided by the NewCommands VendorDep
|
explicit |
Creates a new SequentialCommandGroup.
The given commands will be run sequentially, with the composition finishing when the last command finishes.
commands | the commands to include in this composition. |
|
inlineexplicit |
Creates a new SequentialCommandGroup.
The given commands will be run sequentially, with the composition finishing when the last command finishes.
commands | the commands to include in this composition. |
|
default |
|
delete |
|
delete |
|
inline |
Adds the given commands to the group.
commands | Commands to add, in order of execution. |
|
final |
|
final |
|
override |
|
final |
|
override |
|
final |
|
override |