WPILibC++
2026.2.2
Loading...
Searching...
No Matches
RuntimeType.h
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
frc
{
8
/**
9
* Runtime type.
10
*/
11
enum
RuntimeType
{
12
/// roboRIO 1.0.
13
kRoboRIO
,
14
/// roboRIO 2.0.
15
kRoboRIO2
,
16
/// Simulation runtime.
17
kSimulation
18
};
19
}
// namespace frc
frc
Definition
CAN.h:11
frc::RuntimeType
RuntimeType
Runtime type.
Definition
RuntimeType.h:11
frc::kRoboRIO2
@ kRoboRIO2
roboRIO 2.0.
Definition
RuntimeType.h:15
frc::kRoboRIO
@ kRoboRIO
roboRIO 1.0.
Definition
RuntimeType.h:13
frc::kSimulation
@ kSimulation
Simulation runtime.
Definition
RuntimeType.h:17
frc
RuntimeType.h
Generated on Fri Feb 27 2026 20:56:55 for WPILibC++ by
1.12.0