0.2.0
Loading...
Searching...
No Matches
KalmanFilter.hpp File Reference

Go to the source code of this file.

Classes

class  NAV::SPP::KalmanFilter
 The Spp Kalman Filter related options. More...
 

Functions

void NAV::SPP::from_json (const json &j, KalmanFilter &data)
 Converts the provided json object into the data object.
 
void NAV::SPP::to_json (json &j, const KalmanFilter &data)
 Converts the provided data into a json object.
 

Detailed Description

Function Documentation

◆ from_json()

void NAV::SPP::from_json ( const json & j,
KalmanFilter & data )

Converts the provided json object into the data object.

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

◆ to_json()

void NAV::SPP::to_json ( json & j,
const KalmanFilter & data )

Converts the provided data into a json object.

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