swift
Public Member Functions | List of all members
swift::misc::simulation::CInterpolatorLinearPbh Class Reference

Simple linear interpolator for pitch, bank, heading and groundspeed from start to end situation. More...

Inheritance diagram for swift::misc::simulation::CInterpolatorLinearPbh:
[legend]

Public Member Functions

void setTimeFraction (double tf)
 Change time fraction.
 
 CInterpolatorLinearPbh ()=default
 Constructor.
 
 CInterpolatorLinearPbh (const aviation::CAircraftSituation &start, const aviation::CAircraftSituation &end)
 Constructor.
 
 CInterpolatorLinearPbh (double simulationTimeFraction, const aviation::CAircraftSituation &start, const aviation::CAircraftSituation &end)
 Constructor.
 
aviation::CHeading getHeading () const
 Getter.
 
physical_quantities::CAngle getPitch () const
 Getter.
 
physical_quantities::CAngle getBank () const
 Getter.
 
physical_quantities::CSpeed getGroundSpeed () const
 Getter.
 
const aviation::CAircraftSituationgetStartSituation () const
 Getter.
 
const aviation::CAircraftSituationgetEndSituation () const
 Getter.
 

Detailed Description

Simple linear interpolator for pitch, bank, heading and groundspeed from start to end situation.

Definition at line 19 of file interpolatorlinearpbh.h.


The documentation for this class was generated from the following files: