1516X High Stakes
2.0
Codebase for 1516X High Stakes season
Loading...
Searching...
No Matches
intake.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
Robot
{
4
8
class
Intake
{
9
public
:
16
void
run
();
17
18
Intake
();
19
20
private
:
21
bool
elevated
;
22
26
bool
alliance_color
;
27
};
28
}
// namespace Robot
Robot::Intake::Intake
Intake()
Definition
intake.cpp:11
Robot::Intake::alliance_color
bool alliance_color
blue is false, red is true.
Definition
intake.h:26
Robot::Intake::run
void run()
Runs the main function of the intake system.
Definition
intake.cpp:13
Robot::Intake::elevated
bool elevated
Definition
intake.h:21
Robot
Definition
auton.h:10
include
robot
intake.h
Generated on Thu Feb 13 2025 18:31:45 for 1516X High Stakes by
1.13.2