WSF
WsfPathList::DynamicsData Class Reference

Contains data about the acceleration and altitude changes during a segment. More...

#include <WsfPathList.hpp>

Inheritance diagram for WsfPathList::DynamicsData:

Public Member Functions

 DynamicsData ()
void SetLinearAcceleration (double aAcceleration)
void SetClimbRate (double aClimbRate)
void SetFlightAngle (double aFlightAngle)

Public Attributes

double mLinearAcceleration
 Linear acceleration applied to the duration of the segment.
double mClimbRate
 Climb rate applied to the duration of the segment.
double mFlightAngle
 Flight angle applied to the duration of the segment.

Detailed Description

Contains data about the acceleration and altitude changes during a segment.

Constructor & Destructor Documentation

◆ DynamicsData()

WsfPathList::DynamicsData::DynamicsData ( )
inline

Member Function Documentation

◆ SetClimbRate()

void WsfPathList::DynamicsData::SetClimbRate ( double aClimbRate)
inline

References mClimbRate.

Referenced by WsfPathComputer::Rotate().

◆ SetFlightAngle()

void WsfPathList::DynamicsData::SetFlightAngle ( double aFlightAngle)
inline

References mFlightAngle.

Referenced by WsfPathComputer::Rotate().

◆ SetLinearAcceleration()

void WsfPathList::DynamicsData::SetLinearAcceleration ( double aAcceleration)
inline

References mLinearAcceleration.

Referenced by WsfPathComputer::Rotate().

Member Data Documentation

◆ mClimbRate

double WsfPathList::DynamicsData::mClimbRate

Climb rate applied to the duration of the segment.

Referenced by DynamicsData(), WsfPathList::RotationSegment::Print(), and SetClimbRate().

◆ mFlightAngle

double WsfPathList::DynamicsData::mFlightAngle

Flight angle applied to the duration of the segment.

Referenced by DynamicsData(), WsfPathList::RotationSegment::Print(), and SetFlightAngle().

◆ mLinearAcceleration

double WsfPathList::DynamicsData::mLinearAcceleration

Linear acceleration applied to the duration of the segment.

Referenced by DynamicsData(), WsfPathList::RotationSegment::Print(), and SetLinearAcceleration().


The documentation for this class was generated from the following file:
Copyrights Multiple, All Rights Reserved