0.3.0
Loading...
Searching...
No Matches
SystemModel.hpp
Go to the documentation of this file.
1
// This file is part of INSTINCT, the INS Toolkit for Integrated
2
// Navigation Concepts and Training by the Institute of Navigation of
3
// the University of Stuttgart, Germany.
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
13
14
#pragma once
15
16
#include <cstdint>
17
18
namespace
NAV
19
{
20
22
enum class
SystemModelCalcAlgorithm
: uint8_t
23
{
24
VanLoan
,
25
Taylor1
,
26
};
27
33
bool
SystemModelGui
(
SystemModelCalcAlgorithm
& algorithm,
float
itemWidth,
const
char
*
id
);
34
35
}
// namespace NAV
NAV::SystemModelGui
bool SystemModelGui(SystemModelCalcAlgorithm &algorithm, float itemWidth, const char *id)
Shows a GUI.
NAV::SystemModelCalcAlgorithm
SystemModelCalcAlgorithm
Algorithms to calculate the system model with.
Definition
SystemModel.hpp:23
NAV::SystemModelCalcAlgorithm::Taylor1
@ Taylor1
Taylor.
NAV::SystemModelCalcAlgorithm::VanLoan
@ VanLoan
Van-Loan.
src
Navigation
GNSS
SystemModel
SystemModel.hpp
Generated by
1.12.0