Definition at line 898 of file FGStateSpace.h.
◆ COG()
Definition at line 901 of file FGStateSpace.h.
901: Component("Course Over Ground","rad") {};
◆ get()
◆ getDeriv()
| double getDeriv |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from FGStateSpace::Component.
Definition at line 913 of file FGStateSpace.h.
914 {
919
920
921 return Vn/(Vn*Vn+Ve*Ve)*Vedot - Ve/(Vn*Vn+Ve*Ve)*Vndot;
922 }
std::shared_ptr< FGAccelerations > GetAccelerations(void) const
Returns the FGAccelerations pointer.
◆ set()
Implements FGStateSpace::Component.
Definition at line 907 of file FGStateSpace.h.
908 {
909
912 }
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: