Definition at line 876 of file FGStateSpace.h.
◆ Vd()
Definition at line 879 of file FGStateSpace.h.
879: Component("Vel down","feet/s") {};
◆ get()
◆ getDeriv()
double getDeriv |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from FGStateSpace::Component.
Definition at line 888 of file FGStateSpace.h.
889 {
890
892 }
std::shared_ptr< FGAccelerations > GetAccelerations(void) const
Returns the FGAccelerations pointer.
◆ set()
Implements FGStateSpace::Component.
Definition at line 884 of file FGStateSpace.h.
885 {
886 m_fdm->
GetIC()->SetVDownFpsIC(val);
887 }
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: