Definition at line 879 of file FGStateSpace.h.
◆ Vd()
Definition at line 882 of file FGStateSpace.h.
882: Component("Vel down","feet/s") {};
◆ get()
◆ getDeriv()
| double getDeriv |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from FGStateSpace::Component.
Definition at line 891 of file FGStateSpace.h.
892 {
893
895 }
std::shared_ptr< FGAccelerations > GetAccelerations(void) const
Returns the FGAccelerations pointer.
◆ set()
Implements FGStateSpace::Component.
Definition at line 887 of file FGStateSpace.h.
888 {
889 m_fdm->
GetIC()->SetVDownFpsIC(val);
890 }
std::shared_ptr< FGInitialCondition > GetIC(void) const
Returns a pointer to the FGInitialCondition object.
The documentation for this class was generated from the following file: