WPILibC++
2027.0.0-alpha-5
Loading...
Searching...
No Matches
Alliance.hpp
Go to the documentation of this file.
1
// Copyright (c) FIRST and other WPILib contributors.
2
// Open Source Software; you can modify and/or share it under the terms of
3
// the WPILib BSD license file in the root directory of this project.
4
5
#pragma once
6
7
namespace
wpi
{
8
9
/**
10
* The robot alliance that the robot is a part of.
11
*/
12
enum class
Alliance
{
13
/// Red alliance.
14
RED
,
15
/// Blue alliance.
16
BLUE
17
};
18
19
}
// namespace wpi
wpi
Definition
CvSource.hpp:15
wpi::Alliance
Alliance
The robot alliance that the robot is a part of.
Definition
Alliance.hpp:12
wpi::Alliance::BLUE
@ BLUE
Blue alliance.
Definition
Alliance.hpp:16
wpi::Alliance::RED
@ RED
Red alliance.
Definition
Alliance.hpp:14
wpi
driverstation
Alliance.hpp
Generated on
for WPILibC++ by
1.15.0