WPILibC++
2026.2.2
Loading...
Searching...
No Matches
AnalogTriggerType.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
/** Defines the state in which the AnalogTrigger triggers. */
10
enum class
AnalogTriggerType
{
11
/// In window.
12
kInWindow
= 0,
13
/// State.
14
kState
= 1,
15
/// Rising Pulse.
16
kRisingPulse
= 2,
17
/// Falling pulse.
18
kFallingPulse
= 3
19
};
20
21
}
// namespace frc
frc
Definition
CAN.h:11
frc::AnalogTriggerType
AnalogTriggerType
Defines the state in which the AnalogTrigger triggers.
Definition
AnalogTriggerType.h:10
frc::AnalogTriggerType::kInWindow
@ kInWindow
In window.
frc::AnalogTriggerType::kState
@ kState
State.
frc::AnalogTriggerType::kFallingPulse
@ kFallingPulse
Falling pulse.
frc::AnalogTriggerType::kRisingPulse
@ kRisingPulse
Rising Pulse.
frc
AnalogTriggerType.h
Generated on Fri Feb 27 2026 20:56:55 for WPILibC++ by
1.12.0