Definition at line 457 of file FGStateSpace.h.
◆ Beta()
◆ get()
◆ getDeriv()
double getDeriv |
( |
| ) |
const |
|
inlinevirtual |
◆ set()
Implements FGStateSpace::Component.
Definition at line 465 of file FGStateSpace.h.
466 {
467 double psi = m_fdm->
GetIC()->GetPsiRadIC();
468 m_fdm->
GetIC()->SetBetaRadIC(val);
469 m_fdm->
GetIC()->SetPsiRadIC(psi);
470 }
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: