Loading [MathJax]/extensions/tex2jax.js
WPILibC++
2025.3.2
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
f
h
i
k
l
m
o
p
s
t
u
w
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
Enumerator
a
b
c
f
i
k
m
o
p
r
s
v
Related Symbols
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
c
e
h
m
n
p
r
s
t
u
w
Enumerator
c
h
i
m
n
p
u
w
Macros
_
a
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
t
u
v
w
x
▼
WPILibC++
LICENSE
Deprecated List
Todo List
►
Topics
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
cameraserver
►
debugging
►
fmt
►
frc
►
frc
►
frc
►
frc
►
frc
►
frc
►
frc2
►
frc2
►
generated
►
generated
►
generated
▼
hal
►
cpp
►
handles
►
roborio
►
simulation
►
Accelerometer.h
►
AddressableLED.h
►
AddressableLEDTypes.h
►
AnalogAccumulator.h
►
AnalogGyro.h
►
AnalogInput.h
►
AnalogOutput.h
►
AnalogTrigger.h
►
CAN.h
►
CANAPI.h
►
CANAPITypes.h
ChipObject.h
►
Constants.h
►
Counter.h
►
CTREPCM.h
►
DIO.h
►
DMA.h
►
DriverStation.h
►
DriverStationTypes.h
►
DutyCycle.h
►
Encoder.h
►
Errors.h
►
Extensions.h
HAL.h
►
HALBase.h
►
I2C.h
►
I2CTypes.h
►
Interrupts.h
►
LEDs.h
►
Main.h
►
Notifier.h
►
Ports.h
►
Power.h
►
PowerDistribution.h
►
PWM.h
►
Relay.h
►
REVPH.h
►
SerialPort.h
►
SimDevice.h
►
SPI.h
►
SPITypes.h
►
Threads.h
►
Types.h
►
Value.h
►
networktables
►
thirdparty
►
thirdparty
►
thirdparty
►
units
►
vision
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpimath
►
wpinet
cscore.h
►
cscore_c.h
►
cscore_cpp.h
►
cscore_cv.h
cscore_oo.h
►
cscore_raw.h
►
cscore_runloop.h
ntcore.h
►
ntcore_c.h
►
ntcore_cpp.h
►
ntcore_test.h
►
WPILibVersion.h
debugging.hpp
►
pb.h
►
pb_common.h
►
pb_decode.h
►
pb_encode.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
HAL.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
#include <stdint.h>
8
9
#include "
hal/Accelerometer.h
"
10
#include "
hal/AnalogAccumulator.h
"
11
#include "
hal/AnalogGyro.h
"
12
#include "
hal/AnalogInput.h
"
13
#include "
hal/AnalogOutput.h
"
14
#include "
hal/AnalogTrigger.h
"
15
#include "
hal/CAN.h
"
16
#include "
hal/CANAPI.h
"
17
#include "
hal/CTREPCM.h
"
18
#include "
hal/Constants.h
"
19
#include "
hal/Counter.h
"
20
#include "
hal/DIO.h
"
21
#include "
hal/DriverStation.h
"
22
#include "
hal/Encoder.h
"
23
#include "
hal/Errors.h
"
24
#include "
hal/FRCUsageReporting.h
"
25
#include "
hal/HALBase.h
"
26
#include "
hal/I2C.h
"
27
#include "
hal/Interrupts.h
"
28
#include "
hal/LEDs.h
"
29
#include "
hal/Main.h
"
30
#include "
hal/Notifier.h
"
31
#include "
hal/PWM.h
"
32
#include "
hal/Ports.h
"
33
#include "
hal/Power.h
"
34
#include "
hal/Relay.h
"
35
#include "
hal/SPI.h
"
36
#include "
hal/SerialPort.h
"
37
#include "
hal/SimDevice.h
"
38
#include "
hal/Threads.h
"
39
#include "
hal/Types.h
"
40
#include "
hal/Value.h
"
Accelerometer.h
AnalogAccumulator.h
CANAPI.h
CTREPCM.h
DIO.h
FRCUsageReporting.h
HALBase.h
Interrupts.h
LEDs.h
Main.h
Ports.h
SimDevice.h
Types.h
Value.h
AnalogGyro.h
AnalogInput.h
AnalogOutput.h
AnalogTrigger.h
CAN.h
Counter.h
DriverStation.h
Encoder.h
Errors.h
I2C.h
Notifier.h
PWM.h
Power.h
Relay.h
SPI.h
SerialPort.h
Threads.h
Constants.h
hal
HAL.h
Generated on Mon Mar 17 2025 23:50:33 for WPILibC++ by
1.12.0