mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[hal,wpilib] Change Power Distribution usage reporting to Instances (#7465)
LabVIEW doesn't appear to report PDP. This should reduce the number of Unknowns in the parsed UsageReporting.
This commit is contained in:
@@ -249,6 +249,9 @@ namespace HALUsageReporting {
|
||||
kLoggingFramework_Monologue = 3,
|
||||
kLoggingFramework_AdvantageKit = 4,
|
||||
kLoggingFramework_DogLog = 5,
|
||||
kPDP_CTRE = 1,
|
||||
kPDP_REV = 2,
|
||||
kPDP_Unknown = 3,
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -222,6 +222,9 @@ typedef enum
|
||||
kLoggingFramework_Monologue = 3,
|
||||
kLoggingFramework_AdvantageKit = 4,
|
||||
kLoggingFramework_DogLog = 5,
|
||||
kPDP_CTRE = 1,
|
||||
kPDP_REV = 2,
|
||||
kPDP_Unknown = 3,
|
||||
} tInstances;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user