WPILibC++
2027.0.0-alpha-2
Loading...
Searching...
No Matches
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
/**
9
* Edge configuration.
10
*/
11
enum class
EdgeConfiguration
{
12
/// Rising edge configuration.
13
kRisingEdge
= 0,
14
/// Falling edge configuration.
15
kFallingEdge
= 1,
16
};
17
}
// namespace frc
frc
Definition
SystemServer.h:9
frc::EdgeConfiguration
EdgeConfiguration
Edge configuration.
Definition
EdgeConfiguration.h:11
frc::EdgeConfiguration::kFallingEdge
@ kFallingEdge
Falling edge configuration.
frc::EdgeConfiguration::kRisingEdge
@ kRisingEdge
Rising edge configuration.
frc
counter
EdgeConfiguration.h
Generated on Wed Jul 23 2025 00:48:18 for WPILibC++ by
1.12.0