Definition at line 895 of file FGStateSpace.h.
◆ COG()
Definition at line 898 of file FGStateSpace.h.
898: Component("Course Over Ground","rad") {};
◆ get()
◆ getDeriv()
double getDeriv |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from FGStateSpace::Component.
Definition at line 910 of file FGStateSpace.h.
911 {
916
917
918 return Vn/(Vn*Vn+Ve*Ve)*Vedot - Ve/(Vn*Vn+Ve*Ve)*Vndot;
919 }
std::shared_ptr< FGAccelerations > GetAccelerations(void) const
Returns the FGAccelerations pointer.
◆ set()
Implements FGStateSpace::Component.
Definition at line 904 of file FGStateSpace.h.
905 {
906
909 }
std::shared_ptr< FGInitialCondition > GetIC(void) const
Returns a pointer to the FGInitialCondition object.
std::shared_ptr< FGAuxiliary > GetAuxiliary(void) const
Returns the FGAuxiliary pointer.
The documentation for this class was generated from the following file: