|
SoDaRadio-5.0.3-master:8901fb5
|
#include <soda_hamlib_server.hpp>
Public Slots | |
| bool | start () |
Signals | |
| void | stopListeners () |
Public Member Functions | |
| HamlibServer (QObject *parent=0, int _port_num=4575) | |
| ~HamlibServer () | |
| HamlibHandler * | getHandler () |
Protected Member Functions | |
| void | incomingConnection (qintptr desc) |
Protected Attributes | |
| int | port_num |
| HamlibHandler * | handler_p |
| std::list< HamlibListener * > | listener_list |
Definition at line 47 of file soda_hamlib_server.hpp.
| GUISoDa::HamlibServer::HamlibServer | ( | QObject * | parent = 0, |
| int | _port_num = 4575 |
||
| ) |
Definition at line 40 of file soda_hamlib_server.cpp.
References handler_p.
| GUISoDa::HamlibServer::~HamlibServer | ( | ) |
Definition at line 46 of file soda_hamlib_server.cpp.
References listener_list, and stopListeners().
|
inline |
Definition at line 55 of file soda_hamlib_server.hpp.
References handler_p, incomingConnection(), start(), and stopListeners().
Referenced by MainWindow::setupHamlib().
|
protected |
Definition at line 61 of file soda_hamlib_server.cpp.
References handler_p, listener_list, and stopListeners().
Referenced by getHandler().
|
slot |
Definition at line 55 of file soda_hamlib_server.cpp.
References port_num.
Referenced by getHandler(), and MainWindow::MainWindow().
|
signal |
Referenced by getHandler(), incomingConnection(), and ~HamlibServer().
|
protected |
Definition at line 69 of file soda_hamlib_server.hpp.
Referenced by getHandler(), HamlibServer(), and incomingConnection().
|
protected |
Definition at line 71 of file soda_hamlib_server.hpp.
Referenced by incomingConnection(), and ~HamlibServer().
|
protected |
Definition at line 67 of file soda_hamlib_server.hpp.
Referenced by start().
1.8.13