Ref T730, add AFV test server in "test server list"

This commit is contained in:
Klaus Basan
2019-09-30 22:23:37 +02:00
committed by Mat Sutcliffe
parent 30158975b6
commit 5c56715c28
4 changed files with 24 additions and 6 deletions

View File

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