0.2.0
|
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. | |
Imu Position Data.
Read info from a json object.
[in] | j | Json variable to read info from |
[out] | pos | Output object |