Igonored CAT polls of RX frequency from Commander when transmitting as

they are unreliable on Icom radios.

Simplified diagnostic output for HRD CAT interface and DX Labs Suite
Commander CAT interface.

Removed duplicate diagnostic message from configuration CAT control.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3983 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2014-04-04 17:02:18 +00:00
parent badcdd563d
commit 3ddf0d64d3
5 changed files with 210 additions and 202 deletions
+4 -3
View File
@@ -28,7 +28,7 @@ public:
explicit DXLabSuiteCommanderTransceiver (std::unique_ptr<TransceiverBase> wrapped, QString const& address, bool use_for_ptt, int poll_interval);
~DXLabSuiteCommanderTransceiver ();
private:
protected:
void do_start () override;
void do_stop () override;
void do_frequency (Frequency) override;
@@ -38,8 +38,9 @@ private:
void poll () override;
void send_command (QByteArray const&, bool no_debug = false);
QByteArray read_reply (bool no_debug = false);
private:
void simple_command (QByteArray const&, bool no_debug = false);
QByteArray command_with_reply (QByteArray const&, bool no_debug = false);
std::unique_ptr<TransceiverBase> wrapped_;
bool use_for_ptt_;