WPILibC++
2024.3.2
CompressorConfigType.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
* Compressor config type.
10
*/
11
enum class
CompressorConfigType
{
12
/// Disabled.
13
Disabled
= 0,
14
/// Digital.
15
Digital
= 1,
16
/// Analog.
17
Analog
= 2,
18
/// Hybrid.
19
Hybrid
= 3
20
};
21
22
}
// namespace frc
frc
Definition:
AprilTagPoseEstimator.h:15
frc::CompressorConfigType
CompressorConfigType
Compressor config type.
Definition:
CompressorConfigType.h:11
frc::CompressorConfigType::Digital
@ Digital
Digital.
frc::CompressorConfigType::Analog
@ Analog
Analog.
frc::CompressorConfigType::Disabled
@ Disabled
Disabled.
frc::CompressorConfigType::Hybrid
@ Hybrid
Hybrid.
frc
CompressorConfigType.h
Generated on Wed Mar 13 2024 05:20:40 for WPILibC++ by
1.9.4