Definition at line 857 of file FGStateSpace.h.
◆ Ve()
Definition at line 860 of file FGStateSpace.h.
860: Component("Vel east","feet/s") {};
◆ get()
◆ getDeriv()
double getDeriv |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from FGStateSpace::Component.
Definition at line 869 of file FGStateSpace.h.
870 {
871
873 }
std::shared_ptr< FGAccelerations > GetAccelerations(void) const
Returns the FGAccelerations pointer.
◆ set()
Implements FGStateSpace::Component.
Definition at line 865 of file FGStateSpace.h.
866 {
867 m_fdm->
GetIC()->SetVEastFpsIC(val);
868 }
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: