Registry for performance data.
More...
#include <performancedb.hxx>
Inherits SGSubsystem.
Registry for performance data.
Allows to store performance data for later reuse/retrieval. Just a simple map for now.
- Author
- Thomas F�rster t.foe.nosp@m.rste.nosp@m.r@bio.nosp@m.logi.nosp@m.e.hu-.nosp@m.berl.nosp@m.in.de
Definition at line 21 of file performancedb.hxx.
◆ PerformanceDB()
PerformanceDB::PerformanceDB |
( |
| ) |
|
|
default |
◆ ~PerformanceDB()
virtual PerformanceDB::~PerformanceDB |
( |
| ) |
|
|
virtualdefault |
◆ getDataFor()
PerformanceData * PerformanceDB::getDataFor |
( |
const std::string & | acType, |
|
|
const std::string & | acClass ) const |
get performance data for an aircraft type / class.
Type is specific, eg '738' or 'A319'. Class is more generic, such as 'jet_transport'.
Definition at line 56 of file performancedb.cxx.
◆ getDefaultPerformance()
◆ havePerformanceDataForAircraftType()
bool PerformanceDB::havePerformanceDataForAircraftType |
( |
const std::string & | acType | ) |
const |
◆ init()
void PerformanceDB::init |
( |
| ) |
|
|
override |
◆ shutdown()
void PerformanceDB::shutdown |
( |
| ) |
|
|
override |
◆ staticSubsystemClassId()
static const char * PerformanceDB::staticSubsystemClassId |
( |
| ) |
|
|
inlinestatic |
◆ update()
void PerformanceDB::update |
( |
double | dt | ) |
|
|
override |
The documentation for this class was generated from the following files: