refs #375, prepared flag to enable / disable sending interim positions

This commit is contained in:
Klaus Basan
2015-02-16 02:00:31 +01:00
parent 29bb7d02d0
commit c55681fce5
9 changed files with 85 additions and 17 deletions

View File

@@ -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.