0.2.0
Loading...
Searching...
No Matches
ImuPos.hpp File Reference

Imu Position Data. More...

Go to the source code of this file.

Classes

class  NAV::ImuPos
 IMU Position. More...
 

Functions

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

Detailed Description

Imu Position Data.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2020-09-11

Function Documentation

◆ from_json()

void NAV::from_json ( const json & j,
ImuPos & pos )

Read info from a json object.

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

◆ to_json()

void NAV::to_json ( json & j,
const ImuPos & pos )

Write info to a json object.

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