Skip to content

Commit

Permalink
Update ClassFlowDefineTypes.h
Browse files Browse the repository at this point in the history
RateType renamed to MaxRateType
  • Loading branch information
SybexX authored Sep 1, 2024
1 parent 61bca4e commit 67c3020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/jomjol_flowcontroll/ClassFlowDefineTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enum t_RateType {
struct NumberPost {
float MaxRateValue; // maxRate; upper bound for the difference between two consecutive readings; affected by maxRateType;
bool useMaxRateValue; // consistencyChecksEnabled; enables consistency checks; uses maxRate and maxRateType
t_RateType RateType; // maxRateType; affects how the value of maxRate is used for comparing the current and previous value
t_RateType MaxRateType; // maxRateType; affects how the value of maxRate is used for comparing the current and previous value
bool ErrorMessage; // FIXME: not used; can be removed
int ChangeRateThreshold; // threshold parameter for negative rate detection
bool PreValueOkay; // previousValueValid; indicates that the reading of the previous round has no errors
Expand Down

0 comments on commit 67c3020

Please sign in to comment.