CTRE Phoenix 6 C++
25.2.1
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
27
/** Enumeration of all supported device types. */
28
enum
DeviceType
{
kDeviceTypeListInitializer
};
29
30
}
31
}
32
}
ctre::phoenix::platform::DeviceType
DeviceType
Enumeration of all supported device types.
Definition
DeviceType.hpp:28
ctre::phoenix::platform::kDeviceTypeListInitializer
@ kDeviceTypeListInitializer
Definition
DeviceType.hpp:28
ctre
Definition
MotionMagicExpoTorqueCurrentFOC.hpp:18
ctre
phoenix
platform
DeviceType.hpp
Generated by
1.12.0