swift
|
Base class for Pitch-Bank-Heading interpolators. More...
Public Member Functions | |
virtual aviation::CHeading | getHeading () const =0 |
Getter. | |
virtual physical_quantities::CAngle | getPitch () const =0 |
Getter. | |
virtual physical_quantities::CAngle | getBank () const =0 |
Getter. | |
virtual physical_quantities::CSpeed | getGroundSpeed () const =0 |
Getter. | |
virtual const aviation::CAircraftSituation & | getStartSituation () const =0 |
Getter. | |
virtual const aviation::CAircraftSituation & | getEndSituation () const =0 |
Getter. | |
Base class for Pitch-Bank-Heading interpolators.
Definition at line 21 of file interpolatorpbh.h.