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

Function isCwMomentaryActionId

src/gui/MainWindow_Controllers.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167static bool isCwMomentaryActionId(const QString& id)
168{
169 return id == QLatin1String(kCwStraightKeyActionId)
170 || id == QLatin1String(kCwLeftPaddleActionId)
171 || id == QLatin1String(kCwRightPaddleActionId);
172}
173
174
175// FlexControl wheel/button action decoding — moved with their only

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected