CTRE Phoenix 6 C++ 25.0.0-beta-4
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_CANrangeType
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 StatusCodes.h:18