0.2.0
|
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. | |
void NAV::SPP::from_json | ( | const json & | j, |
KalmanFilter & | data ) |
Converts the provided json object into the data object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::SPP::to_json | ( | json & | j, |
const KalmanFilter & | data ) |
Converts the provided data into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |