mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #395, post merge and rebase adjustments plus further testing fixes:
* adjusted iterim position updates * removed deadlocks (thread safe values in airspace monitor) * resolved some merge issues * some smaller fixes in airspace monitor (style, finders)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6debd33b4f
commit
085edc82cb
@@ -346,7 +346,7 @@ namespace BlackCore
|
||||
* Send interim position directly to a set of receivers.
|
||||
* \pre Network must be connected when calling this function.
|
||||
*/
|
||||
virtual void sendInterimPosition(const BlackMisc::Aviation::CCallsignSet &receiver) = 0;
|
||||
virtual void sendInterimPositions(const BlackMisc::Aviation::CCallsignSet &receiver) = 0;
|
||||
|
||||
//! @}
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user