JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
Public Member Functions | |
ComponentVector (FGFDMExec *fdm, FGStateSpace *stateSpace) | |
ComponentVector (const ComponentVector &componentVector) | |
void | add (Component *comp) |
void | clear () |
double | get (int i) const |
double | get (int i) |
std::vector< double > | get () const |
void | get (double *array) const |
Component * | getComp (int i) const |
Component * | getComp (int i) |
double | getDeriv (int i) |
std::vector< double > | getDeriv () const |
void | getDeriv (double *array) const |
std::string | getName (int i) const |
std::vector< std::string > | getName () const |
size_t | getSize () const |
std::string | getUnit (int i) const |
std::vector< std::string > | getUnit () const |
ComponentVector & | operator= (ComponentVector &componentVector) |
void | set (int i, double val) |
void | set (std::vector< double > vals) |
void | set (double *array) |
Definition at line 102 of file FGStateSpace.h.