mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #375, prepared flag to enable / disable sending interim positions
This commit is contained in:
@@ -191,6 +191,12 @@ namespace BlackCore
|
||||
*/
|
||||
virtual void terminateConnection() = 0;
|
||||
|
||||
//! Is interim position sending enabled?
|
||||
virtual bool isInterimPositionSendingEnabled() const = 0;
|
||||
|
||||
//! Enable interim position sending
|
||||
virtual void enableInterimPositionSending(bool enable) = 0;
|
||||
|
||||
/*!
|
||||
* Send a ping message to a user with a specific callsign.
|
||||
* \pre Network must be connected when calling this function.
|
||||
|
||||
Reference in New Issue
Block a user