mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
committed by
Peter Johnson
parent
b115c75226
commit
b78f580d47
@@ -17,14 +17,6 @@ WaitForChildren::WaitForChildren(double timeout)
|
||||
WaitForChildren::WaitForChildren(const std::string& name, double timeout)
|
||||
: Command(name, timeout) {}
|
||||
|
||||
void WaitForChildren::Initialize() {}
|
||||
|
||||
void WaitForChildren::Execute() {}
|
||||
|
||||
void WaitForChildren::End() {}
|
||||
|
||||
void WaitForChildren::Interrupted() {}
|
||||
|
||||
bool WaitForChildren::IsFinished() {
|
||||
return GetGroup() == nullptr || GetGroup()->GetSize() == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user