CTRE Phoenix 6 C++
24.3.0
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
TalonFXType, \
20
CANCoderType, \
21
PRO_TalonFXType, \
22
PRO_CANcoderType, \
23
PRO_Pigeon2Type
24
25
/** Enumeration of all supported device types. */
26
enum
DeviceType
{
kDeviceTypeListInitializer
};
27
28
}
29
}
30
}
ctre::phoenix::platform::DeviceType
DeviceType
Enumeration of all supported device types.
Definition:
DeviceType.hpp:26
ctre::phoenix::platform::kDeviceTypeListInitializer
@ kDeviceTypeListInitializer
Definition:
DeviceType.hpp:26
ctre
Definition:
string_util.hpp:15
ctre
phoenix
platform
DeviceType.hpp
Generated on Tue Apr 30 2024 23:46:26 for CTRE Phoenix 6 C++ by
1.9.4