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