1 // instrument_mgr.hxx - manage aircraft instruments.
2 // Written by David Megginson, started 2002.
4 // This file is in the Public Domain and comes with no warranty.
7 #ifndef __INSTRUMENT_MGR_HXX
8 #define __INSTRUMENT_MGR_HXX 1
11 # error This library requires C++
18 #include <simgear/compiler.h>
20 #include <Main/fgfs.hxx>
24 * Manage aircraft instruments.
26 * In the initial draft, the instruments present are hard-coded, but they
27 * will soon be configurable for individual aircraft.
29 class FGInstrumentMgr : public FGSubsystemGroup
34 virtual ~FGInstrumentMgr ();
38 #endif // __INSTRUMENT_MGR_HXX