#include <autonomous_nothing.h>
- Copyright
- Copyright (c) Argos FRC Team 1756. Open Source Software; you can modify and/or share it under the terms of the license file in the root directory of this project.
◆ AutonomousNothing()
AutonomousNothing::AutonomousNothing |
( |
| ) |
|
- Copyright
- Copyright (c) Argos FRC Team 1756. Open Source Software; you can modify and/or share it under the terms of the license file in the root directory of this project.
◆ End()
void AutonomousNothing::End |
( |
bool |
interrupted | ) |
|
|
override |
◆ Execute()
void AutonomousNothing::Execute |
( |
| ) |
|
|
override |
◆ GetCommand()
frc2::Command * AutonomousNothing::GetCommand |
( |
| ) |
|
|
finalvirtual |
Get the command to run when selected from dashboard.
- Returns
- frc2::Command* Command to run
Implements AutonomousCommand.
◆ GetName()
std::string AutonomousNothing::GetName |
( |
| ) |
const |
|
finalvirtual |
Get the name of the command to display on the dashboard.
- Returns
- std::string Name to display
Implements AutonomousCommand.
◆ Initialize()
void AutonomousNothing::Initialize |
( |
| ) |
|
|
override |
◆ IsFinished()
bool AutonomousNothing::IsFinished |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: