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

Method setSpeed

src/models/CwxModel.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CwxModel::setSpeed(int wpm)
69{
70 wpm = qBound(5, wpm, 100);
71 if (wpm != m_speed) {
72 m_speed = wpm;
73 emit commandReady(QString("cwx wpm %1").arg(m_speed));
74 emit speedChanged(m_speed);
75 }
76}
77
78void CwxModel::setDelay(int ms)
79{

Callers 3

doCwxMethod · 0.80
CwxPanelMethod · 0.80
wireSpotSubsystemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected