0.3.0
Loading...
Searching...
No Matches
Mechanization.hpp File Reference

Inertial Navigation Mechanization Functions. More...

Go to the source code of this file.

Classes

struct  NAV::PosVelAttDerivativeConstants< Scalar >
 Values needed to calculate the PosVelAttDerivative for the local-navigation frame. More...
 

Functions

template<std::floating_point Scalar>
void NAV::from_json (const json &j, PosVelAttDerivativeConstants< Scalar > &data)
 Read info from a json object.
 
template<std::floating_point Scalar>
void NAV::to_json (json &j, const PosVelAttDerivativeConstants< Scalar > &data)
 Write info to a json object.
 

Detailed Description

Function Documentation

◆ from_json()

template<std::floating_point Scalar>
void NAV::from_json ( const json & j,
PosVelAttDerivativeConstants< Scalar > & data )

Read info from a json object.

Parameters
[in]jJson variable to read info from
[out]dataOutput object

◆ to_json()

template<std::floating_point Scalar>
void NAV::to_json ( json & j,
const PosVelAttDerivativeConstants< Scalar > & data )

Write info to a json object.

Parameters
[out]jJson output
[in]dataObject to read info from