JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
Classes | |
struct | Constraints |
Public Member Functions | |
FGTrimmer (FGFDMExec *fdm, Constraints *constraints) | |
double | compute_cost () |
std::vector< double > | constrain (const std::vector< double > &v) |
double | eval (const std::vector< double > &v) |
void | printSolution (std::ostream &stream, const std::vector< double > &v) |
void | printState (std::ostream &stream) |
void | setFdm (FGFDMExec *fdm) |
Static Public Member Functions | |
static void | limit (double min, double max, double &val) |
Definition at line 29 of file FGTrimmer.h.