HoverRace  2.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
HoverRace::Util::Config::net_t Struct Reference

#include <Config.h>

Public Member Functions

void Load (yaml::MapNode *)
 
void ResetToDefaults ()
 
void Save (yaml::Emitter &) const
 

Public Attributes

bool autoUpdates
 
bool logChats
 
OS::path_t logChatsPath
 
std::string mainServer
 
bool messageReceivedSound
 
bool messageReceivedSoundOnlyBg
 
int tcpRecvPort
 
int tcpServPort
 
int udpRecvPort
 
std::string updateServer
 

Static Public Attributes

static const int DEFAULT_TCP_RECV_PORT = 9531
 
static const int DEFAULT_TCP_SERV_PORT = 9530
 
static const int DEFAULT_UDP_RECV_PORT = 9531
 

Member Function Documentation

void HoverRace::Util::Config::net_t::Load ( yaml::MapNode root)
void HoverRace::Util::Config::net_t::ResetToDefaults ( )
void HoverRace::Util::Config::net_t::Save ( yaml::Emitter emitter) const

Member Data Documentation

bool HoverRace::Util::Config::net_t::autoUpdates
const int HoverRace::Util::Config::net_t::DEFAULT_TCP_RECV_PORT = 9531
static
const int HoverRace::Util::Config::net_t::DEFAULT_TCP_SERV_PORT = 9530
static
const int HoverRace::Util::Config::net_t::DEFAULT_UDP_RECV_PORT = 9531
static
bool HoverRace::Util::Config::net_t::logChats
OS::path_t HoverRace::Util::Config::net_t::logChatsPath
std::string HoverRace::Util::Config::net_t::mainServer
bool HoverRace::Util::Config::net_t::messageReceivedSound
bool HoverRace::Util::Config::net_t::messageReceivedSoundOnlyBg
int HoverRace::Util::Config::net_t::tcpRecvPort
int HoverRace::Util::Config::net_t::tcpServPort
int HoverRace::Util::Config::net_t::udpRecvPort
std::string HoverRace::Util::Config::net_t::updateServer

The documentation for this struct was generated from the following files: