mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpilib] Rename SysIdRoutineLog constants to all caps
This commit is contained in:
@@ -24,15 +24,15 @@ namespace wpi::sysid {
|
||||
*/
|
||||
enum class State {
|
||||
/// Quasistatic forward test.
|
||||
kQuasistaticForward,
|
||||
QUASISTATIC_FORWARD,
|
||||
/// Quasistatic reverse test.
|
||||
kQuasistaticReverse,
|
||||
QUASISTATIC_REVERSE,
|
||||
/// Dynamic forward test.
|
||||
kDynamicForward,
|
||||
DYNAMIC_FORWARD,
|
||||
/// Dynamic reverse test.
|
||||
kDynamicReverse,
|
||||
DYNAMIC_REVERSE,
|
||||
/// No test.
|
||||
kNone
|
||||
NONE
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user