mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
committed by
Peter Johnson
parent
b115c75226
commit
b78f580d47
@@ -28,15 +28,7 @@ WaitUntilCommand::WaitUntilCommand(const std::string& name, double time)
|
||||
m_time = time;
|
||||
}
|
||||
|
||||
void WaitUntilCommand::Initialize() {}
|
||||
|
||||
void WaitUntilCommand::Execute() {}
|
||||
|
||||
/**
|
||||
* Check if we've reached the actual finish time.
|
||||
*/
|
||||
bool WaitUntilCommand::IsFinished() { return Timer::GetMatchTime() >= m_time; }
|
||||
|
||||
void WaitUntilCommand::End() {}
|
||||
|
||||
void WaitUntilCommand::Interrupted() {}
|
||||
|
||||
Reference in New Issue
Block a user