![]() |
0.3.0
|
Filters incoming data. More...
Go to the source code of this file.
Classes | |
struct | NAV::LowPassFilter::FilterItem |
Filter description. More... | |
class | NAV::LowPassFilter |
Filters incoming data. More... | |
Functions | |
void | NAV::from_json (const json &j, NAV::LowPassFilter::FilterItem &data) |
Converts the provided json object into a link object. | |
void | NAV::to_json (json &j, const NAV::LowPassFilter::FilterItem &data) |
Converts the provided link into a json object. | |
Filters incoming data.
void NAV::from_json | ( | const json & | j, |
NAV::LowPassFilter::FilterItem & | data ) |
Converts the provided json object into a link object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::to_json | ( | json & | j, |
const NAV::LowPassFilter::FilterItem & | data ) |
Converts the provided link into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |