#include <AH/Settings/Warnings.hpp>#include <AH/Filters/EMA.hpp>#include <AH/Filters/Hysteresis.hpp>#include <AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp>#include <AH/Hardware/Hardware-Types.hpp>#include <AH/Math/IncreaseBitDepth.hpp>#include <AH/Math/MinMaxFix.hpp>#include <AH/STL/type_traits>#include <AH/STL/utility>#include <AH/Settings/SettingsWrapper.hpp>
Include dependency graph for FilteredAnalog.hpp:Go to the source code of this file.
Classes | |
| struct | MaximumFilteredAnalogIncRes< FilterShiftFactor, FilterType, AnalogType > |
| Helper to determine how many of the remaining bits of the filter data types can be used to achieve higher precision. More... | |
| class | GenericFilteredAnalog< MappingFunction, Precision, FilterShiftFactor, FilterType, AnalogType, IncRes > |
| FilteredAnalog base class with generic MappingFunction. More... | |
| class | FilteredAnalog< Precision, FilterShiftFactor, FilterType, AnalogType, IncRes > |
| A class that reads and filters an analog input. More... | |