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
 Values needed to calculate the PosVelAttDerivative for the local-navigation frame. More...
 

Functions

void NAV::from_json (const json &j, PosVelAttDerivativeConstants &data)
 Read info from a json object.
 
void NAV::to_json (json &j, const PosVelAttDerivativeConstants &data)
 Write info to a json object.
 

Detailed Description

Function Documentation

◆ from_json()

void NAV::from_json ( const json & j,
PosVelAttDerivativeConstants & data )

Read info from a json object.

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

◆ to_json()

void NAV::to_json ( json & j,
const PosVelAttDerivativeConstants & data )

Write info to a json object.

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