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

#include <autonomous_place_exit.h>

Inheritance diagram for AutonomousPlaceExit:
AutonomousCommand

Public Member Functions

 AutonomousPlaceExit (SwerveDriveSubsystem &drive, BashGuardSubsystem &bash, LifterSubsystem &lifter, SimpleLedSubsystem &leds, IntakeSubsystem &intake)
 
void Initialize () override
 
void Execute () override
 
void End (bool interrupted) override
 
bool IsFinished () override
 
std::string GetName () const final
 Get the name of the command to display on the dashboard.
 
frc2::Command * GetCommand () final
 Get the command to run when selected from dashboard.
 
- Public Member Functions inherited from AutonomousCommand
 AutonomousCommand ()=default
 

Private Attributes

SwerveDriveSubsystemm_drive
 
BashGuardSubsystemm_bashGuard
 
LifterSubsystemm_lifter
 
SimpleLedSubsystemm_leds
 
IntakeSubsystemm_intake
 
frc2::CommandPtr m_allCommands
 

Detailed Description

Constructor & Destructor Documentation

◆ AutonomousPlaceExit()

AutonomousPlaceExit::AutonomousPlaceExit ( SwerveDriveSubsystem drive,
BashGuardSubsystem bash,
LifterSubsystem lifter,
SimpleLedSubsystem leds,
IntakeSubsystem intake 
)

Member Function Documentation

◆ End()

void AutonomousPlaceExit::End ( bool  interrupted)
override

◆ Execute()

void AutonomousPlaceExit::Execute ( )
override

◆ GetCommand()

frc2::Command * AutonomousPlaceExit::GetCommand ( )
finalvirtual

Get the command to run when selected from dashboard.

Returns
frc2::Command* Command to run

Implements AutonomousCommand.

◆ GetName()

std::string AutonomousPlaceExit::GetName ( ) const
finalvirtual

Get the name of the command to display on the dashboard.

Returns
std::string Name to display

Implements AutonomousCommand.

◆ Initialize()

void AutonomousPlaceExit::Initialize ( )
override

◆ IsFinished()

bool AutonomousPlaceExit::IsFinished ( )
override

Member Data Documentation

◆ m_allCommands

frc2::CommandPtr AutonomousPlaceExit::m_allCommands
private

◆ m_bashGuard

BashGuardSubsystem& AutonomousPlaceExit::m_bashGuard
private

◆ m_drive

SwerveDriveSubsystem& AutonomousPlaceExit::m_drive
private

◆ m_intake

IntakeSubsystem& AutonomousPlaceExit::m_intake
private

◆ m_leds

SimpleLedSubsystem& AutonomousPlaceExit::m_leds
private

◆ m_lifter

LifterSubsystem& AutonomousPlaceExit::m_lifter
private

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