refs #840, moved interpolator classes into Simulation namespace

This commit is contained in:
Klaus Basan
2016-12-23 23:32:55 +00:00
committed by Mathew Sutcliffe
parent 46fafde7a0
commit 667009c85e
28 changed files with 875 additions and 860 deletions

View File

@@ -25,11 +25,9 @@
#define XBUS_TRAFFIC_OBJECTPATH "/xbus/traffic"
//! \endcond
namespace BlackMisc { class IInterpolator; }
namespace BlackMisc { namespace Simulation { class IInterpolator; } }
namespace XBus
{
/*!
* XBus service object for traffic aircraft which is accessible through DBus
*/
@@ -144,9 +142,8 @@ namespace XBus
return static_cast<CTraffic *>(self)->getPlaneData(id, dataType, io_data);
}
BlackMisc::IInterpolator *m_interpolator = nullptr;
BlackMisc::Simulation::IInterpolator *m_interpolator = nullptr;
};
}
#endif // guard