mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
refs #840, moved interpolator classes into Simulation namespace
This commit is contained in:
committed by
Mathew Sutcliffe
parent
46fafde7a0
commit
667009c85e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user