CTRE Phoenix C++ 5.33.1
CANCoderStatusFrame.h
Go to the documentation of this file.
1/* Copyright (C) Cross The Road Electronics 2024 */
2#pragma once
3
4namespace ctre {
5 namespace phoenix {
6 namespace sensors {
7
8 /**
9 * Enumerated type for status frame types.
10 *
11 * @deprecated This device's Phoenix 5 API is deprecated for removal in the
12 * 2025 season. Users should update to Phoenix 6 firmware and migrate to the
13 * Phoenix 6 API. A migration guide is available at
14 * https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html.
15 *
16 * If the Phoenix 5 API must be used for this device, the device must have 22.X
17 * firmware. This firmware is available in Tuner X after selecting Phoenix 5 in
18 * the firmware year dropdown.
19 */
20 enum [[deprecated("This device's Phoenix 5 API is deprecated for removal in the 2025 season."
21 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
22 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
26 };
27
28 } // namespace sensors
29 } // namespace phoenix
30} // namespace ctre
31
CANCoderStatusFrame
Enumerated type for status frame types.
Definition: CANCoderStatusFrame.h:23
@ CANCoderStatusFrame_SensorData
Definition: CANCoderStatusFrame.h:24
@ CANCoderStatusFrame_VbatAndFaults
Definition: CANCoderStatusFrame.h:25
namespace ctre
Definition: paramEnum.h:5