mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T730, add AFV test server in "test server list"
This commit is contained in:
committed by
Mat Sutcliffe
parent
30158975b6
commit
5c56715c28
@@ -7,12 +7,13 @@
|
||||
*/
|
||||
|
||||
#include "blackmisc/network/server.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include "blackmisc/logcategory.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
#include "blackmisc/logcategory.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include "blackmisc/propertyindex.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackmisc/comparefunctions.h"
|
||||
#include "blackmisc/obfuscation.h"
|
||||
#include "blackmisc/variant.h"
|
||||
#include "blackmisc/verify.h"
|
||||
|
||||
@@ -75,7 +76,7 @@ namespace BlackMisc
|
||||
return withPw ? dvp : dvnWithPw;
|
||||
}
|
||||
|
||||
const CServer &CServer::fscServer()
|
||||
const CServer &CServer::fscFsdServer()
|
||||
{
|
||||
static const CServer fsc = []
|
||||
{
|
||||
@@ -88,6 +89,14 @@ namespace BlackMisc
|
||||
return fsc;
|
||||
}
|
||||
|
||||
const CServer &CServer::afvFsdTestServer()
|
||||
{
|
||||
static const CServer afv("AFV testserver", "VATSIM AFV testserver", "afv-beta-fsd.vatsim.net", 6809,
|
||||
CUser("OBF:AwLZ7f9hUmpSZhm4=", "OBF:AwJGiYV4GHQSMizchFk2=", "", ""),
|
||||
CFsdSetup(), CVoiceSetup(), CEcosystem(CEcosystem::vatsim()), CServer::FSDServerVatsim);
|
||||
return afv;
|
||||
}
|
||||
|
||||
const CServer &CServer::esTowerView()
|
||||
{
|
||||
static const CServer s = CServer("ES Tower", "Euroscope Tower view", "localhost", 6809,
|
||||
|
||||
Reference in New Issue
Block a user