49 class [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2025 season."
50 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
51 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
61 case SensorTimeBase::Per100Ms_Legacy:
return "Per 100Ms (legacy)";
62 case SensorTimeBase::PerSecond:
return "Per Second";
63 case SensorTimeBase::PerMinute:
return "Per Minute";
64 default:
return "InvalidValue";
Class to handle routines specific to SensorTimeBase.
Definition SensorTimeBase.h:52
static std::string toString(SensorTimeBase value)
String representation of specified SensorTimeBase.
Definition SensorTimeBase.h:59
SensorTimeBase
Velocity Measurement Periods.
Definition SensorTimeBase.h:23
@ PerMinute
Per-Minute Velocities.
Definition SensorTimeBase.h:35
@ PerSecond
Per-Second Velocities.
Definition SensorTimeBase.h:31
@ Per100Ms_Legacy
Legacy Mode.
Definition SensorTimeBase.h:27
WPI Compliant CANcoder class.
Definition CANCoderStatusFrame.h:4