10 #include <llvm/Twine.h> 12 #include "Commands/Command.h" Definition: RobotController.cpp:14
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79
bool IsFinished() override
Returns whether this command is finished.
Definition: InstantCommand.cpp:19
This command will execute once, then finish immediately afterward.
Definition: InstantCommand.h:21
The Command class is at the very core of the entire command framework.
Definition: Command.h:48