First iteration of optional TCP/IP client for PSK Reporter

This commit is contained in:
Bill Somerville
2020-06-21 01:36:30 +01:00
parent 7478978305
commit b48b23450d
14 changed files with 598 additions and 274 deletions
-9
View File
@@ -75,15 +75,6 @@ public:
// of record marker
Q_SLOT void logged_ADIF (QByteArray const& ADIF_record);
// this may be used to send arbitrary UDP datagrams to and
// destination allowing the underlying socket to be used for general
// UDP messaging if desired
qint64 send_raw_datagram (QByteArray const&, QHostAddress const& dest_address, port_type dest_port);
// disallowed message destination (does not block datagrams sent
// with send_raw_datagram() above)
Q_SLOT void add_blocked_destination (QHostAddress const&);
// this signal is emitted if the server has requested a decode
// window clear action
Q_SIGNAL void clear_decodes (quint8 window);