When rig=None monitor_last_used always returns true.  Is there a reason for 
that? 

boolConfiguration::monitor_last_used()const{returnm_->rig_is_dummy_||m_->monitor_last_used_;

This would make more sense to me right now

boolConfiguration::monitor_last_used()const{return!m_->rig_is_dummy_&&m_->monitor_last_used_;

So if a rig=None monitor_last_used is always false instead of always true.

de Mike W9MDB



________________________________
From: Bill Somerville <g4...@classdesign.com>
To: wsjt-devel@lists.sourceforge.net 
Sent: Sunday, December 18, 2016 4:25 AM
Subject: Re: [wsjt-devel] Possible bug in v1.7.0-rc3 and feature request.


On 18/12/2016 04:36, Black Michael wrote:
> Perhaps though a band change should set m_lastMonitoredFrequency 
> whether or not one is monitoring?  Not sure why you'd want to revert 
> back to a different band in this situation.

Hi Mike,

that would defeat the purpose of "Monitor returns to last used 
frequency". Its intent is that if you wish to go elsewhere to work 
another station, for example a sked or needed spot on the cluster etc., 
you can disable "Monitor" to relinquish active control of the rig. When 
done simply re-enabling "Monitor" reverts back the prior band and mode 
ready to continue operation with WSJT-X.

"Monitor returns to last used frequency" has a second use, when 
unchecked it becomes possible to have "Monitor off at startup" checked 
and have the rig not touched by WSJT-X on start up. This is desirable 
for users that might start WSJT-X automatically when logging in to their 
PC. Unfortunately for a couple of rig models this is not possible and 
startup does have to make some minor changes to the rig during 
initialization.

73
Bill
G4WJS.



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to