FlightGear next
FGNativeFDM Class Reference

#include <native_fdm.hxx>

Inherits FGProtocol.

Public Member Functions

 FGNativeFDM ()=default
 
 ~FGNativeFDM ()=default
 
bool open ()
 
bool process ()
 
bool close ()
 
- Public Member Functions inherited from FGProtocol
 FGProtocol ()
 
virtual ~FGProtocol ()
 
virtual void reinit ()
 
SGProtocolDir get_direction () const
 
void set_direction (const std::string &d)
 
double get_hz () const
 
void set_hz (double t)
 
double get_count_down () const
 
void set_count_down (double c)
 
void inc_count_down (double amt)
 
void dec_count_down (double amt)
 
void inc_count ()
 
unsigned long get_count ()
 
virtual bool gen_message ()
 
virtual bool parse_message ()
 
bool is_enabled () const
 
void set_enabled (const bool b)
 
SGIOChannel * get_io_channel () const
 
void set_io_channel (SGIOChannel *c)
 
void set_name (const std::string &n)
 
std::string get_name () const
 

Detailed Description

Definition at line 41 of file native_fdm.hxx.

Constructor & Destructor Documentation

◆ FGNativeFDM()

FGNativeFDM::FGNativeFDM ( )
default

◆ ~FGNativeFDM()

FGNativeFDM::~FGNativeFDM ( )
default

Member Function Documentation

◆ close()

bool FGNativeFDM::close ( )
virtual

Reimplemented from FGProtocol.

Definition at line 132 of file native_fdm.cxx.

◆ open()

bool FGNativeFDM::open ( )
virtual

Reimplemented from FGProtocol.

Definition at line 54 of file native_fdm.cxx.

◆ process()

bool FGNativeFDM::process ( )
virtual

Reimplemented from FGProtocol.

Definition at line 84 of file native_fdm.cxx.

Member Data Documentation

◆ dds

FG_DDS_FDM FGNativeFDM::dds

Definition at line 44 of file native_fdm.hxx.

◆ net

FGNetFDM FGNativeFDM::net

Definition at line 45 of file native_fdm.hxx.


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