0.3.0
Loading...
Searching...
No Matches
NAV::SPP Namespace Reference

Namespaces

namespace  Meas
 
namespace  States
 

Data Structures

class  Algorithm
 Single Point Positioning Algorithm. More...
 
class  KalmanFilter
 The Spp Kalman Filter related options. More...
 

Functions

void from_json (const json &j, Algorithm &obj)
 Converts the provided json object into a node object.
 
void from_json (const json &j, KalmanFilter &data)
 Converts the provided json object into the data object.
 
void to_json (json &j, const Algorithm &obj)
 Converts the provided object into json.
 
void to_json (json &j, const KalmanFilter &data)
 Converts the provided data into a json object.
 

Function Documentation

◆ from_json() [1/2]

void NAV::SPP::from_json ( const json & j,
Algorithm & obj )

Converts the provided json object into a node object.

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

Definition at line 806 of file Algorithm.cpp.

◆ from_json() [2/2]

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

Definition at line 314 of file KalmanFilter.cpp.

◆ to_json() [1/2]

void NAV::SPP::to_json ( json & j,
const Algorithm & obj )

Converts the provided object into json.

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

Definition at line 793 of file Algorithm.cpp.

◆ to_json() [2/2]

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

Definition at line 304 of file KalmanFilter.cpp.