Definition at line 841 of file FGStateSpace.h.
◆ Vn()
Definition at line 844 of file FGStateSpace.h.
844: Component("Vel north","feet/s") {};
◆ get()
◆ getDeriv()
| double getDeriv |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from FGStateSpace::Component.
Definition at line 853 of file FGStateSpace.h.
854 {
855
857 }
std::shared_ptr< FGAccelerations > GetAccelerations(void) const
Returns the FGAccelerations pointer.
◆ set()
Implements FGStateSpace::Component.
Definition at line 849 of file FGStateSpace.h.
850 {
851 m_fdm->
GetIC()->SetVNorthFpsIC(val);
852 }
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: