FlightGear next
GSDI Class Reference

Input properties: More...

#include <gsdi.hxx>

Inherits SGSubsystem.

Public Member Functions

 GSDI (SGPropertyNode *node)
 
virtual ~GSDI ()
 
void init () override
 
void update (double dt) override
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Input properties:

/instrumentation/gsdi[n]/serviceable /velocities/uBody-fps /velocities/vBody-fps

Output properties:

/instrumentation/gsdi[n]/drift-u-kt /instrumentation/gsdi[n]/drift-v-kt /instrumentation/gsdi[n]/drift-speed-kt /instrumentation/gsdi[n]/drift-angle-deg

Definition at line 45 of file gsdi.hxx.

Constructor & Destructor Documentation

◆ GSDI()

GSDI::GSDI ( SGPropertyNode * node)

Definition at line 38 of file gsdi.cxx.

◆ ~GSDI()

GSDI::~GSDI ( )
virtual

Definition at line 45 of file gsdi.cxx.

Member Function Documentation

◆ init()

void GSDI::init ( )
override

Definition at line 50 of file gsdi.cxx.

◆ staticSubsystemClassId()

static const char * GSDI::staticSubsystemClassId ( )
inlinestatic

Definition at line 56 of file gsdi.hxx.

◆ update()

void GSDI::update ( double dt)
override

Definition at line 69 of file gsdi.cxx.


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