0.3.0
Loading...
Searching...
No Matches
SystemModel.hpp File Reference

System Model. More...

Go to the source code of this file.

Enumerations

enum class  NAV::SystemModelCalcAlgorithm : uint8_t {
  VanLoan ,
  Taylor1
}
 Algorithms to calculate the system model with. More...
 

Functions

bool NAV::SystemModelGui (SystemModelCalcAlgorithm &algorithm, float itemWidth, const char *id)
 Shows a GUI.
 

Detailed Description

System Model.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2024-08-20

Enumeration Type Documentation

◆ SystemModelCalcAlgorithm

enum class NAV::SystemModelCalcAlgorithm : uint8_t
strong

Algorithms to calculate the system model with.

Enumerator
VanLoan 

Van-Loan.

Taylor1 

Taylor.

Function Documentation

◆ SystemModelGui()

bool NAV::SystemModelGui ( SystemModelCalcAlgorithm & algorithm,
float itemWidth,
const char * id )

Shows a GUI.

Parameters
[in]algorithmAlgorithm to calculate the system model with
[in]itemWidthWidth of the displayed items
[in]idUnique id for ImGui
Returns
True if something was changed