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