mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #444 Move CAircraftMatcher into Simulation namespace
It used to be before in FsCommon namespace, however it does not have any MSFS specific implementation any more and is used by xplane driver as well.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b0530aa567
commit
b28634e586
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "blackcore/simulator_common.h"
|
||||
#include "blackcore/interpolator.h"
|
||||
#include "blackmisc/simulation/fscommon/aircraftmatcher.h"
|
||||
#include "blackmisc/simulation/aircraftmatcher.h"
|
||||
#include "blackmisc/simulation/fscommon/aircraftcfgparser.h"
|
||||
#include "fsuipc.h"
|
||||
|
||||
@@ -104,7 +104,7 @@ namespace BlackSimPlugin
|
||||
|
||||
// parser / matcher
|
||||
BlackMisc::Simulation::FsCommon::CAircraftCfgParser m_aircraftCfgParser; //!< aircraft.cfg parser
|
||||
BlackMisc::Simulation::FsCommon::CAircraftMatcher m_modelMatcher; //!< Model matcher
|
||||
BlackMisc::Simulation::CAircraftMatcher m_modelMatcher; //!< Model matcher
|
||||
|
||||
//! Set own model
|
||||
void setOwnAircraftModel(const BlackMisc::Simulation::CAircraftModel &model);
|
||||
|
||||
Reference in New Issue
Block a user