FlightGear next
JSBSim::FGWinds::OneMinusCosineGust Struct Reference

Stores the information about a single one minus cosine gust instance. More...

#include <FGWinds.h>

Public Member Functions

 OneMinusCosineGust ()
 

Public Attributes

FGColumnVector3 vWind
 
FGColumnVector3 vWindTransformed
 
double magnitude
 
eGustFrame gustFrame
 
struct OneMinusCosineProfile gustProfile
 

Detailed Description

Stores the information about a single one minus cosine gust instance.

Definition at line 294 of file FGWinds.h.

Constructor & Destructor Documentation

◆ OneMinusCosineGust()

JSBSim::FGWinds::OneMinusCosineGust::OneMinusCosineGust ( )
inline

Definition at line 300 of file FGWinds.h.

Member Data Documentation

◆ gustFrame

eGustFrame JSBSim::FGWinds::OneMinusCosineGust::gustFrame
  • The frame that the wind vector is specified in.

Definition at line 298 of file FGWinds.h.

◆ gustProfile

struct OneMinusCosineProfile JSBSim::FGWinds::OneMinusCosineGust::gustProfile
  • The gust shape (profile) data for this gust.

Definition at line 299 of file FGWinds.h.

◆ magnitude

double JSBSim::FGWinds::OneMinusCosineGust::magnitude
  • The magnitude of the wind vector.

Definition at line 297 of file FGWinds.h.

◆ vWind

FGColumnVector3 JSBSim::FGWinds::OneMinusCosineGust::vWind
  • The input normalized wind vector.

Definition at line 295 of file FGWinds.h.

◆ vWindTransformed

FGColumnVector3 JSBSim::FGWinds::OneMinusCosineGust::vWindTransformed
  • The transformed normal vector at the time the gust is started.

Definition at line 296 of file FGWinds.h.


The documentation for this struct was generated from the following file: