FlightGear next
multiplaymgr.hxx File Reference
#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.

Classes

class  FGMultiplayMgr
 

Macros

#define MULTIPLAYTXMGR_HID   "$Id$"
 

Variables

const int MIN_MP_PROTOCOL_VERSION = 1
 
const int MAX_MP_PROTOCOL_VERSION = 2
 
const std::string MPIRC_SERVER_HOST_DEFAULT {"mpirc.flightgear.org"}
 
const std::string MPIRC_SERVER_HOST_PROPERTY {"/network/mpirc/server-host"}
 
const std::string MPIRC_SERVER_PORT_PROPERTY {"/network/mpirc/server-port"}
 
const std::string MPIRC_NICK_PREFIX {"MP_IRC_"}
 

Macro Definition Documentation

◆ MULTIPLAYTXMGR_HID

#define MULTIPLAYTXMGR_HID   "$Id$"

Definition at line 10 of file multiplaymgr.hxx.

Variable Documentation

◆ MAX_MP_PROTOCOL_VERSION

const int MAX_MP_PROTOCOL_VERSION = 2

Definition at line 13 of file multiplaymgr.hxx.

◆ MIN_MP_PROTOCOL_VERSION

const int MIN_MP_PROTOCOL_VERSION = 1

Definition at line 12 of file multiplaymgr.hxx.

◆ MPIRC_NICK_PREFIX

const std::string MPIRC_NICK_PREFIX {"MP_IRC_"}

Definition at line 32 of file multiplaymgr.hxx.

◆ MPIRC_SERVER_HOST_DEFAULT

const std::string MPIRC_SERVER_HOST_DEFAULT {"mpirc.flightgear.org"}

Definition at line 29 of file multiplaymgr.hxx.

◆ MPIRC_SERVER_HOST_PROPERTY

const std::string MPIRC_SERVER_HOST_PROPERTY {"/network/mpirc/server-host"}

Definition at line 30 of file multiplaymgr.hxx.

◆ MPIRC_SERVER_PORT_PROPERTY

const std::string MPIRC_SERVER_PORT_PROPERTY {"/network/mpirc/server-port"}

Definition at line 31 of file multiplaymgr.hxx.