MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setTMate2Display

Method setTMate2Display

src/core/HidEncoderManager.cpp:779–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777}
778
779void HidEncoderManager::setTMate2Display(uint32_t freq_hz, uint32_t small_val)
780{
781 if (!m_device || !isTMate2()) return;
782 tmate2WriteMainDisplay(m_lcdVector, freq_hz);
783 tmate2WriteSmallDisplay(m_lcdVector, small_val);
784 sendTMate2();
785}
786
787void HidEncoderManager::setTMate2DisplayText(uint32_t freq_hz, const QString& small_text)
788{

Callers 2

blankTMate2DisplayMethod · 0.80
updateTMate2DisplayMethod · 0.80

Calls 2

tmate2WriteMainDisplayFunction · 0.85
tmate2WriteSmallDisplayFunction · 0.85

Tested by

no test coverage detected