mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #375, prepared flag to enable / disable sending interim positions
This commit is contained in:
@@ -160,6 +160,12 @@ namespace BlackCore
|
||||
//! Known FSD servers, available when data file was first read
|
||||
virtual BlackMisc::Network::CServerList getVatsimFsdServers() const = 0;
|
||||
|
||||
//! Is interim position sending enabled?
|
||||
virtual bool isInterimPositionSendingEnabled() const = 0;
|
||||
|
||||
//! Enable interim position sending
|
||||
virtual void enableInterimPositionSending(bool enable) = 0;
|
||||
|
||||
/*!
|
||||
* Connect to Network
|
||||
* \return messages gererated during connecting
|
||||
|
||||
Reference in New Issue
Block a user