FlightGear next
mpirc.hxx File Reference
#include <deque>
#include <string>
#include <simgear/compiler.h>
#include <simgear/props/props.hxx>
#include <simgear/io/raw_socket.hxx>
#include <simgear/io/sg_socket.hxx>

Go to the source code of this file.

Classes

struct  IRCMessage
 
class  IRCConnection
 

Variables

const std::string IRC_DEFAULT_PORT {"6667"}
 
const int IRC_BUFFER_SIZE = 1024
 

Variable Documentation

◆ IRC_BUFFER_SIZE

const int IRC_BUFFER_SIZE = 1024

Definition at line 38 of file mpirc.hxx.

◆ IRC_DEFAULT_PORT

const std::string IRC_DEFAULT_PORT {"6667"}

Definition at line 37 of file mpirc.hxx.