|
Fawkes API
Fawkes Development Version
|
Proxy for the OpenPRS server communication. More...
#include "openprs_mp_proxy.h"
Public Member Functions | |
| OpenPRSMessagePasserProxy (unsigned short tcp_port, const std::string &mp_host, unsigned short mp_port, fawkes::Logger *logger) | |
| Constructor. More... | |
| virtual | ~OpenPRSMessagePasserProxy () |
| Destructor. More... | |
Proxy for the OpenPRS server communication.
Using this proxy allows to inject commands into the communication between oprs-server and oprs (or xoprs).
Definition at line 37 of file openprs_mp_proxy.h.
| fawkes::OpenPRSMessagePasserProxy::OpenPRSMessagePasserProxy | ( | unsigned short | tcp_port, |
| const std::string & | mp_host, | ||
| unsigned short | mp_port, | ||
| fawkes::Logger * | logger | ||
| ) |
Constructor.
| tcp_port | port to listen on for incoming connections |
| mp_host | host of mp-oprs to connect to |
| mp_port | TCP port that mp-oprs listens on |
| logger | logger for informational messages |
Definition at line 55 of file openprs_mp_proxy.cpp.
|
virtual |
Destructor.
Definition at line 71 of file openprs_mp_proxy.cpp.