FlightGear next
cpdlc.cxx File Reference
#include "cpdlc.hxx"
#include <Main/fg_props.hxx>

Go to the source code of this file.

Variables

const std::string CPDLC_IRC_SERVER {"mpirc.flightgear.org"}
 
const std::string CPDLC_MSGPREFIX_CONNECT {"___CPDLC_CONNECT___"}
 
const std::string CPDLC_MSGPREFIX_MSG {"___CPDLC_MSG___"}
 
const std::string CPDLC_MSGPREFIX_DISCONNECT {"___CPDLC_DISCONNECT___"}
 

Variable Documentation

◆ CPDLC_IRC_SERVER

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

Definition at line 29 of file cpdlc.cxx.

◆ CPDLC_MSGPREFIX_CONNECT

const std::string CPDLC_MSGPREFIX_CONNECT {"___CPDLC_CONNECT___"}

Definition at line 30 of file cpdlc.cxx.

◆ CPDLC_MSGPREFIX_DISCONNECT

const std::string CPDLC_MSGPREFIX_DISCONNECT {"___CPDLC_DISCONNECT___"}

Definition at line 32 of file cpdlc.cxx.

◆ CPDLC_MSGPREFIX_MSG

const std::string CPDLC_MSGPREFIX_MSG {"___CPDLC_MSG___"}

Definition at line 31 of file cpdlc.cxx.