Home
last modified time | relevance | path

Searched refs:_forceRead (Results 1 – 2 of 2) sorted by relevance

/dports/comms/klog/klog-1.8.5/src/
H A Dhamlibclass.cpp72 bool HamLibClass::readRadio(bool _forceRead) in readRadio() argument
74 return readRadioInternal(_forceRead); in readRadio()
77 bool HamLibClass::readRadioInternal(bool _forceRead) in readRadioInternal() argument
93 if ((freq_old > freq) || (freq_old < freq) || (_forceRead == true)) in readRadioInternal()
112 if ((mode_old != rmode) || (_forceRead == true)) in readRadioInternal()
H A Dhamlibclass.h83 bool readRadio(bool _forceRead);
100 bool readRadioInternal(bool _forceRead);