10 #include <llvm/Twine.h> 12 #include "Commands/TimedCommand.h" Definition: RobotController.cpp:14
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79
A TimedCommand will wait for a timeout before finishing.
Definition: TimedCommand.h:21
Definition: WaitCommand.h:16
WaitCommand(double timeout)
Creates a new WaitCommand with the given name and timeout.
Definition: WaitCommand.cpp:18