FlightGear next
FGRidgeLift Class Reference

#include <ridge_lift.hxx>

Inherits SGSubsystem.

Public Member Functions

 FGRidgeLift ()
 
 ~FGRidgeLift ()
 
void bind () override
 
void init () override
 
void unbind () override
 
void update (double dt) override
 
double getStrength () const
 
double get_probe_elev_m (int index) const
 
double get_probe_lat_deg (int index) const
 
double get_probe_lon_deg (int index) const
 
double get_slope (int index) const
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Definition at line 34 of file ridge_lift.hxx.

Constructor & Destructor Documentation

◆ FGRidgeLift()

FGRidgeLift::FGRidgeLift ( )

Definition at line 56 of file ridge_lift.cxx.

◆ ~FGRidgeLift()

FGRidgeLift::~FGRidgeLift ( )

Definition at line 69 of file ridge_lift.cxx.

Member Function Documentation

◆ bind()

void FGRidgeLift::bind ( )
override

Definition at line 91 of file ridge_lift.cxx.

◆ get_probe_elev_m()

double FGRidgeLift::get_probe_elev_m ( int index) const
inline

Definition at line 51 of file ridge_lift.hxx.

◆ get_probe_lat_deg()

double FGRidgeLift::get_probe_lat_deg ( int index) const
inline

Definition at line 52 of file ridge_lift.hxx.

◆ get_probe_lon_deg()

double FGRidgeLift::get_probe_lon_deg ( int index) const
inline

Definition at line 53 of file ridge_lift.hxx.

◆ get_slope()

double FGRidgeLift::get_slope ( int index) const
inline

Definition at line 54 of file ridge_lift.hxx.

◆ getStrength()

double FGRidgeLift::getStrength ( ) const
inline

Definition at line 49 of file ridge_lift.hxx.

◆ init()

void FGRidgeLift::init ( void )
override

Definition at line 74 of file ridge_lift.cxx.

◆ staticSubsystemClassId()

static const char * FGRidgeLift::staticSubsystemClassId ( )
inlinestatic

Definition at line 47 of file ridge_lift.hxx.

◆ unbind()

void FGRidgeLift::unbind ( )
override

Definition at line 106 of file ridge_lift.cxx.

◆ update()

void FGRidgeLift::update ( double dt)
override

Definition at line 110 of file ridge_lift.cxx.


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