FlightGear next
FGCom Class Reference

#include <fgcom.hxx>

Inherits SGSubsystem, and SGPropertyChangeListener.

Public Member Functions

 FGCom ()
 
virtual ~FGCom ()
 
void bind () override
 
void init () override
 
void postinit () override
 
void shutdown () override
 
void unbind () override
 
void update (double dt) override
 
virtual void valueChanged (SGPropertyNode *prop)
 
void iaxTextEvent (struct iaxc_ev_text text)
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Definition at line 26 of file fgcom.hxx.

Constructor & Destructor Documentation

◆ FGCom()

FGCom::FGCom ( )

Definition at line 102 of file fgcom.cxx.

◆ ~FGCom()

FGCom::~FGCom ( )
virtual

Definition at line 110 of file fgcom.cxx.

Member Function Documentation

◆ bind()

void FGCom::bind ( )
override

Definition at line 116 of file fgcom.cxx.

◆ iaxTextEvent()

void FGCom::iaxTextEvent ( struct iaxc_ev_text text)

Definition at line 83 of file fgcom.cxx.

◆ init()

void FGCom::init ( )
override

Definition at line 210 of file fgcom.cxx.

◆ postinit()

void FGCom::postinit ( )
override

Definition at line 226 of file fgcom.cxx.

◆ shutdown()

void FGCom::shutdown ( )
override

Definition at line 476 of file fgcom.cxx.

◆ staticSubsystemClassId()

static const char * FGCom::staticSubsystemClassId ( )
inlinestatic

Definition at line 42 of file fgcom.hxx.

◆ unbind()

void FGCom::unbind ( )
override

Definition at line 194 of file fgcom.cxx.

◆ update()

void FGCom::update ( double dt)
override

Definition at line 465 of file fgcom.cxx.

◆ valueChanged()

void FGCom::valueChanged ( SGPropertyNode * prop)
virtual

Definition at line 497 of file fgcom.cxx.


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