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

#include <climb_command.h>

Inheritance diagram for ClimbCommand:

Public Member Functions

 ClimbCommand (ClimberSubsystem *m_pClimberSubsystem)
 
void Initialize () override
 
void Execute () override
 
void End (bool interrupted) override
 
bool IsFinished () override
 

Private Attributes

ClimberSubsystemm_pClimberSubsystem
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ClimbCommand()

ClimbCommand::ClimbCommand ( ClimberSubsystem * climberSubsystem)

Member Function Documentation

◆ End()

void ClimbCommand::End ( bool interrupted)
override

◆ Execute()

void ClimbCommand::Execute ( )
override

◆ Initialize()

void ClimbCommand::Initialize ( )
override

◆ IsFinished()

bool ClimbCommand::IsFinished ( )
override

Member Data Documentation

◆ m_pClimberSubsystem

ClimberSubsystem* ClimbCommand::m_pClimberSubsystem
private

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