Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix 6 C++
25.4.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
Functions
a
c
e
f
g
i
l
m
n
r
s
t
Variables
Typedefs
Enumerations
Enumerator
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
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
c
d
e
i
m
o
p
r
s
t
v
w
Enumerations
Related Symbols
h
o
s
Files
File List
File Members
All
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
“
Functions
a
c
f
i
l
o
t
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
“
Typedefs
Enumerations
Enumerator
Macros
▼
CTRE Phoenix 6 C++
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
►
ctre
►
ctre
►
ctre
►
ctre
►
ctre
▼
ctre
▼
phoenix
▼
platform
►
ConsoleUtil.hpp
►
DeviceType.hpp
►
ReportError.hpp
►
TimeUtil.hpp
►
string_util
►
threading
►
export.h
►
ctre
►
ctre
►
ctre
►
ctre
►
ctre
►
ctre
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
DeviceType.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) Cross The Road Electronics. All rights reserved.
3
* License information can be found in CTRE_LICENSE.txt
4
* For support and suggestions contact support@ctr-electronics.com or file
5
* an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6
*/
7
#pragma once
8
9
namespace
ctre
{
10
namespace
phoenix {
11
namespace
platform {
12
13
/** List of all supported device types */
14
#define kDeviceTypeListInitializer \
15
TalonSRXType, \
16
VictorSPXType, \
17
PigeonIMUType, \
18
RibbonPigeonIMUType, \
19
CANCoderType, \
20
P6_TalonFXType, \
21
P6_CANcoderType, \
22
P6_Pigeon2Type, \
23
P6_TalonFXSType, \
24
P6_CANrangeType, \
25
P6_CANdiType, \
26
P6_CANdleType
14
#define kDeviceTypeListInitializer \
…
27
28
/** Enumeration of all supported device types. */
29
enum
DeviceType
{
kDeviceTypeListInitializer
};
30
31
}
32
}
33
}
ctre::phoenix::platform::DeviceType
DeviceType
Enumeration of all supported device types.
Definition
DeviceType.hpp:29
ctre::phoenix::platform::kDeviceTypeListInitializer
@ kDeviceTypeListInitializer
Definition
DeviceType.hpp:29
ctre
Definition
Diff_PositionDutyCycle_Position.hpp:15
ctre
phoenix
platform
DeviceType.hpp
Generated by
1.12.0