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:
Roland Winklmeier
2015-06-18 23:17:18 +02:00
committed by Mathew Sutcliffe
parent b0530aa567
commit b28634e586
7 changed files with 408 additions and 416 deletions

View File

@@ -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);