List of all members.
Member Function Documentation
Scheduler * Scheduler::GetInstance |
( |
| ) |
[static] |
void Scheduler::RegisterSubsystem |
( |
Subsystem * |
subsystem | ) |
|
void Scheduler::Remove |
( |
Command * |
command | ) |
|
Removes the Command from the Scheduler.
- Parameters:
-
command | the command to remove |
Runs a single iteration of the loop. This method should be called often in order to have a functioning Command system. The loop has five stages:
-
Poll the Buttons
-
Execute/Remove the Commands
-
Send values to SmartDashboard
-
Add Commands
-
Add Defaults
The documentation for this class was generated from the following files: