WPILibC++
2023.4.3-108-ge5452e3
EdgeConfiguration.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
enum class
EdgeConfiguration
{
9
kNone
= 0,
10
kRisingEdge
= 0x1,
11
kFallingEdge
= 0x2,
12
kBoth
= 0x3
13
};
14
}
// namespace frc
frc
Definition:
AprilTagPoseEstimator.h:15
frc::EdgeConfiguration
EdgeConfiguration
Definition:
EdgeConfiguration.h:8
frc::EdgeConfiguration::kNone
@ kNone
frc::EdgeConfiguration::kBoth
@ kBoth
frc::EdgeConfiguration::kFallingEdge
@ kFallingEdge
frc::EdgeConfiguration::kRisingEdge
@ kRisingEdge
frc
counter
EdgeConfiguration.h
Generated on Mon Jul 10 2023 17:02:43 for WPILibC++ by
1.9.4