#include <deque>
#include <memory>
#include <string>
#include <vector>
#include <simgear/compiler.h>
#include <simgear/io/raw_socket.hxx>
#include <simgear/props/props.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
Go to the source code of this file.
◆ MULTIPLAYTXMGR_HID
#define MULTIPLAYTXMGR_HID "$Id$" |
◆ MAX_MP_PROTOCOL_VERSION
const int MAX_MP_PROTOCOL_VERSION = 2 |
◆ MIN_MP_PROTOCOL_VERSION
const int MIN_MP_PROTOCOL_VERSION = 1 |
◆ MPIRC_NICK_PREFIX
const std::string MPIRC_NICK_PREFIX {"MP_IRC_"} |
◆ MPIRC_SERVER_HOST_DEFAULT
const std::string MPIRC_SERVER_HOST_DEFAULT {"mpirc.flightgear.org"} |
◆ MPIRC_SERVER_HOST_PROPERTY
const std::string MPIRC_SERVER_HOST_PROPERTY {"/network/mpirc/server-host"} |
◆ MPIRC_SERVER_PORT_PROPERTY
const std::string MPIRC_SERVER_PORT_PROPERTY {"/network/mpirc/server-port"} |