MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / actionOnMenuIQSwap

Method actionOnMenuIQSwap

src/AppFrame.cpp:2052–2058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2050}
2051
2052bool AppFrame::actionOnMenuIQSwap(wxCommandEvent &event) {
2053 if (event.GetId() == wxID_SET_IQSWAP) {
2054 wxGetApp().getSDRThread()->setIQSwap(!wxGetApp().getSDRThread()->getIQSwap());
2055 return true;
2056 }
2057 return false;
2058}
2059
2060bool AppFrame::actionOnMenuTips(wxCommandEvent &event) {
2061 if (event.GetId() == wxID_SET_TIPS) {

Callers

nothing calls this directly

Calls 3

setIQSwapMethod · 0.80
getSDRThreadMethod · 0.80
getIQSwapMethod · 0.80

Tested by

no test coverage detected