Home
last modified time | relevance | path

Searched refs:log_as_RTTY (Results 1 – 3 of 3) sorted by relevance

/dports/comms/wsjtz/wsjtx/
H A DConfiguration.hpp118 bool log_as_RTTY () const;
H A DConfiguration.cpp762 bool Configuration::log_as_RTTY () const {return m_->log_as_RTTY_;} in log_as_RTTY() function in Configuration
/dports/comms/wsjtz/wsjtx/widgets/
H A Dlogqso.cpp138 if(m_config->log_as_RTTY() and mode.mid(0,3)=="JT9") mode="RTTY"; in initLogQSO()