![]() |
2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
|
#include <intake_command.h>
Public Member Functions | |
IntakeCommand (IntakeSubsystem *subsytem) | |
void | Initialize () override |
void | Execute () override |
void | End (bool interrupted) override |
bool | IsFinished () override |
Public Attributes | |
IntakeSubsystem * | m_pIntake |
bool | m_previousBallPresent |
Note that this extends CommandHelper, rather extending CommandBase directly; this is crucially important, or else the decorator functions in Command will not work!
|
explicit |
|
override |
|
override |
|
override |
|
override |
IntakeSubsystem* IntakeCommand::m_pIntake |
bool IntakeCommand::m_previousBallPresent |