------------------------------------------------------------------------

r5299 | bsomervi | 2015-04-26 17:50:40 +0100 (Sun, 26 Apr 2015) | 4 lines

Some HRD commands need a settling time otherwise they don't stick

This seems  to be  limited to  the Yaesu  FTdx3000 "RX  A" and  "RX B"
commands so a short delay has been added after these sort of commands.
------------------------------------------------------------------------

Merged from wsjtx branch.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.5@5300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2015-04-26 16:58:50 +00:00
parent 12663c1fa1
commit d7ef043d88
6 changed files with 19 additions and 11 deletions
+2 -2
View File
@@ -98,8 +98,8 @@ protected:
virtual void do_frequency (Frequency rx, MODE = UNK) = 0;
virtual void do_post_frequency (Frequency, MODE = UNK) {}
virtual void do_tx_frequency (Frequency tx = 0, bool rationalise_mode = true) = 0;
virtual void do_post_tx_frequency (Frequency, bool /* rationalise_mode */ = true) {}
virtual void do_tx_frequency (Frequency tx = 0u, bool rationalise_mode = false) = 0;
virtual void do_post_tx_frequency (Frequency = 0u, bool /* rationalise_mode */ = false) {}
virtual void do_mode (MODE, bool rationalise = true) = 0;
virtual void do_post_mode (MODE, bool /* rationalise */ = true) {}