Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool ConsistentParameterFilter(double Param, double TimeSpanSeconds, TConsistentParam &State); | Filter data with a "consistent parameter" filter. |
| 2 | bool ConsistentParameterFilter(bool Param, double TimeSpanSeconds, TConsistentParam &State); | Param can be boolean. |
Overload 1: bool ConsistentParameterFilter(double Param, double TimeSpanSeconds, TConsistentParam &State);
Filter data with a "consistent parameter" filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Param | double | |
| 2 | TimeSpanSeconds | double | |
| 3 | State | TConsistentParam & |
Remarks:
Consistent parameter filter is a non-linear filter, that will return false once and reset the timer, if the Param value changes before TimeSpanSeconds has passed.
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler
Overload 2: bool ConsistentParameterFilter(bool Param, double TimeSpanSeconds, TConsistentParam &State);
Param can be boolean.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Param | bool | |
| 2 | TimeSpanSeconds | double | |
| 3 | State | TConsistentParam & |
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler