10 #include <wpi/Twine.h> 12 #include "Commands/Command.h" Definition: Utility.cpp:119
bool IsFinished() override
Ends command when timed out.
Definition: TimedCommand.cpp:17
A TimedCommand will wait for a timeout before finishing.
Definition: TimedCommand.h:21
TimedCommand(const wpi::Twine &name, double timeout)
Creates a new TimedCommand with the given name and timeout.
Definition: TimedCommand.cpp:12
The Command class is at the very core of the entire command framework.
Definition: Command.h:48
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79