0.2.0
|
Errors concerning GNSS observations. More...
Go to the source code of this file.
Classes | |
class | NAV::GnssMeasurementErrorModel |
Errors concerning GNSS observations. More... | |
Functions | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersCosineType &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersExponential &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersRtklib &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersSine &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersSineCN0 &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersSineOffset &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersSineSqrt &obj) |
Converts the provided json object into a node object. | |
void | NAV::from_json (const json &j, GnssMeasurementErrorModel::ModelParametersSineType &obj) |
Converts the provided json object into a node object. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersCosineType &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersExponential &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersRtklib &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersSine &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersSineCN0 &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersSineOffset &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersSineSqrt &obj) |
Converts the provided object into json. | |
void | NAV::to_json (json &j, const GnssMeasurementErrorModel::ModelParametersSineType &obj) |
Converts the provided object into json. | |
const char * | NAV::to_string (GnssMeasurementErrorModel::Model model) |
Converts the enum to a string. | |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersCosineType & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersExponential & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersRtklib & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersSine & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersSineCN0 & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersSineOffset & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersSineSqrt & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::from_json | ( | const json & | j, |
GnssMeasurementErrorModel::ModelParametersSineType & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersCosineType & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersExponential & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersRtklib & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersSine & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersSineCN0 & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersSineOffset & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersSineSqrt & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
void NAV::to_json | ( | json & | j, |
const GnssMeasurementErrorModel::ModelParametersSineType & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
const char * NAV::to_string | ( | GnssMeasurementErrorModel::Model | model | ) |
Converts the enum to a string.
[in] | model | Enum value to convert into text |