![]() |
0.3.0
|
Inertial Measurement Integrator. More...
Go to the source code of this file.
Classes | |
class | NAV::InertialIntegrator |
Inertial Measurement Integrator. More... | |
struct | NAV::InertialIntegrator::Measurement |
Inertial Measurement. More... | |
Functions | |
void | NAV::from_json (const json &j, InertialIntegrator &data) |
Read info from a json object. | |
bool | NAV::InertialIntegratorGui (const char *label, InertialIntegrator &integrator, float width=250.0F) |
Shows a GUI for advanced configuration of the InertialIntegrator. | |
void | NAV::to_json (json &j, const InertialIntegrator &data) |
Write info to a json object. | |
const char * | NAV::to_string (InertialIntegrator::IntegrationAlgorithm algorithm) |
Converts the enum to a string. | |
Inertial Measurement Integrator.
void NAV::from_json | ( | const json & | j, |
InertialIntegrator & | data ) |
Read info from a json object.
[in] | j | Json variable to read info from |
[out] | data | Output object |
bool NAV::InertialIntegratorGui | ( | const char * | label, |
InertialIntegrator & | integrator, | ||
float | width = 250.0F ) |
Shows a GUI for advanced configuration of the InertialIntegrator.
[in] | label | Label to show. This has to be a unique id for ImGui. |
[in] | integrator | Reference to the integrator to configure |
[in] | width | Width of the widget |
void NAV::to_json | ( | json & | j, |
const InertialIntegrator & | data ) |
Write info to a json object.
[out] | j | Json output |
[in] | data | Object to read info from |
const char * NAV::to_string | ( | InertialIntegrator::IntegrationAlgorithm | algorithm | ) |
Converts the enum to a string.
[in] | algorithm | Enum value to convert into text |