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