![]() |
0.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | NAV |
namespace | NAV::Units |
Functions | |
void | NAV::Units::from_json (const json &j, CovarianceAccelUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, CovarianceAngularVelocityUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, CovarianceClkFrequencyDriftUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, CovarianceClkPhaseDriftUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::to_json (json &j, const CovarianceAccelUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const CovarianceAngularVelocityUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const CovarianceClkFrequencyDriftUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const CovarianceClkPhaseDriftUnits &data) |
Converts the provided data into a json object. |