FlightGear next
FGInstrumentMgr Class Reference

Manage aircraft instruments. More...

#include <instrument_mgr.hxx>

Inherits SGSubsystemGroup.

Public Member Functions

 FGInstrumentMgr ()
 
virtual ~FGInstrumentMgr ()
 
void init () override
 
InitStatus incrementalInit () override
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Manage aircraft instruments.

In the initial draft, the instruments present are hard-coded, but they will soon be configurable for individual aircraft.

Definition at line 22 of file instrument_mgr.hxx.

Constructor & Destructor Documentation

◆ FGInstrumentMgr()

FGInstrumentMgr::FGInstrumentMgr ( )

Definition at line 51 of file instrument_mgr.cxx.

◆ ~FGInstrumentMgr()

FGInstrumentMgr::~FGInstrumentMgr ( )
virtual

Definition at line 56 of file instrument_mgr.cxx.

Member Function Documentation

◆ incrementalInit()

SGSubsystem::InitStatus FGInstrumentMgr::incrementalInit ( )
override

Definition at line 60 of file instrument_mgr.cxx.

◆ init()

void FGInstrumentMgr::init ( )
override

Definition at line 66 of file instrument_mgr.cxx.

◆ staticSubsystemClassId()

static const char * FGInstrumentMgr::staticSubsystemClassId ( )
inlinestatic

Definition at line 33 of file instrument_mgr.hxx.


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