0.3.0
Loading...
Searching...
No Matches
NAV::LowPassFilter::FilterItem Struct Reference

Filter description. More...

Public Member Functions

 FilterItem ()=default
 Default Constructor.
 
 FilterItem (std::string dataDescription, size_t dataIndex)
 Constructor.
 

Public Attributes

std::string dataDescription
 Description of the data.
 
size_t dataIndex
 Index of the data.
 
std::map< InsTime, double > dataToFilter
 Map which stores all last data points which were used in the previous fit.
 
FilterType filterType
 Selected filter type in the GUI.
 
double linear_filter_cutoff_frequency
 Cutoff frequency [Hz], inverse of this parameter equals to fitting period.
 
bool modified
 Flag to show indicator that it was modified.
 

Detailed Description

Filter description.

Constructor & Destructor Documentation

◆ FilterItem()

NAV::LowPassFilter::FilterItem::FilterItem ( std::string dataDescription,
size_t dataIndex )
inline

Constructor.

Parameters
[in]dataDescriptionDescription of the data (dynamic data identifier)
[in]dataIndexIndex of the data (relevant for static data mostly)

The documentation for this struct was generated from the following file: