CTRE Phoenix Pro C++ 23.0.12
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 TalonFXType, \
20 CANCoderType, \
21 PRO_TalonFXType, \
22 PRO_CANcoderType, \
23 PRO_Pigeon2Type
24
25 /** Enumeration of all supported device types. */
27
28}
29}
30}
DeviceType
Enumeration of all supported device types.
Definition: DeviceType.hpp:26
@ kDeviceTypeListInitializer
Definition: DeviceType.hpp:26
Definition: string_util.hpp:14