0.3.0
Loading...
Searching...
No Matches
LowPassFilter.hpp File Reference

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.
 

Detailed Description

Function Documentation

◆ from_json()

void NAV::from_json ( const json & j,
NAV::LowPassFilter::FilterItem & data )

Converts the provided json object into a link object.

Parameters
[in]jJson object with the needed values
[out]dataObject to fill from the json

◆ to_json()

void NAV::to_json ( json & j,
const NAV::LowPassFilter::FilterItem & data )

Converts the provided link into a json object.

Parameters
[out]jJson object which gets filled with the info
[in]dataData to convert into json