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
9namespace ctre {
10namespace phoenix {
11namespace 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. */
29
30}
31}
32}
DeviceType
Enumeration of all supported device types.
Definition DeviceType.hpp:28
@ kDeviceTypeListInitializer
Definition DeviceType.hpp:28
Definition MotionMagicExpoTorqueCurrentFOC.hpp:18