mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #288, added FSD servers to context
* new logging in empty context * formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
a401ce439d
commit
c39b72b12f
@@ -137,9 +137,15 @@ namespace BlackCore
|
||||
//! Information about other clients
|
||||
virtual BlackMisc::Network::CClientList getOtherClients() const = 0;
|
||||
|
||||
//! Clients for given callsign, e.g. to test direct model
|
||||
//! Clients for given callsign, e.g. to test/fetch direct aircraft model
|
||||
virtual BlackMisc::Network::CClientList getOtherClientsForCallsigns(const BlackMisc::Aviation::CCallsignList &callsigns) const = 0;
|
||||
|
||||
//! Known voice servers, available when data file was first read
|
||||
virtual BlackMisc::Network::CServerList getVatsimVoiceServers() const = 0;
|
||||
|
||||
//! Known FSD servers, available when data file was first read
|
||||
virtual BlackMisc::Network::CServerList getVatsimFsdServers() const = 0;
|
||||
|
||||
/*!
|
||||
* Connect to Network
|
||||
* \return messages gererated during connecting
|
||||
|
||||
Reference in New Issue
Block a user