Filter description.
More...
|
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.
|
|
◆ FilterItem()
NAV::LowPassFilter::FilterItem::FilterItem |
( |
std::string | dataDescription, |
|
|
size_t | dataIndex ) |
|
inline |
Constructor.
- Parameters
-
[in] | dataDescription | Description of the data (dynamic data identifier) |
[in] | dataIndex | Index of the data (relevant for static data mostly) |
The documentation for this struct was generated from the following file: