2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
GripConeCommand Class Reference

#include <grip_cone_command.h>

Inheritance diagram for GripConeCommand:

Public Member Functions

 GripConeCommand (IntakeSubsystem *intake)
 
void Initialize () override
 
void Execute () override
 
void End (bool interrupted) override
 
bool IsFinished () override
 

Private Attributes

frc2::CommandPtr m_allCommands
 

Detailed Description

Note that this extends CommandHelper, rather extending CommandBase directly; this is crucially important, or else the decorator functions in Command will not work!

Constructor & Destructor Documentation

◆ GripConeCommand()

GripConeCommand::GripConeCommand ( IntakeSubsystem intake)
explicit

Member Function Documentation

◆ End()

void GripConeCommand::End ( bool  interrupted)
override

◆ Execute()

void GripConeCommand::Execute ( )
override

◆ Initialize()

void GripConeCommand::Initialize ( )
override

◆ IsFinished()

bool GripConeCommand::IsFinished ( )
override

Member Data Documentation

◆ m_allCommands

frc2::CommandPtr GripConeCommand::m_allCommands
private

The documentation for this class was generated from the following files: