WPILibC++ 2024.1.1-beta-4
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
7namespace frc {
9 Disabled = 0,
10 Digital = 1,
11 Analog = 2,
12 Hybrid = 3
13};
14
15} // namespace frc
Definition: AprilTagPoseEstimator.h:15
CompressorConfigType
Definition: CompressorConfigType.h:8