WPILibC++
2026.2.2
Loading...
Searching...
No Matches
PneumaticsModuleType.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
* Pneumatics module type.
10
*/
11
enum class
PneumaticsModuleType
{
12
/// CTRE PCM.
13
CTREPCM
,
14
/// REV PH.
15
REVPH
16
};
17
}
// namespace frc
frc
Definition
CAN.h:11
frc::PneumaticsModuleType
PneumaticsModuleType
Pneumatics module type.
Definition
PneumaticsModuleType.h:11
frc::PneumaticsModuleType::CTREPCM
@ CTREPCM
CTRE PCM.
frc::PneumaticsModuleType::REVPH
@ REVPH
REV PH.
frc
PneumaticsModuleType.h
Generated on Fri Feb 27 2026 20:56:55 for WPILibC++ by
1.12.0