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

Function commonModes

src/gui/NetSchedulerDialog.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 "Friday", "Saturday", "Sunday"};
40
41QStringList commonModes()
42{
43 return {"LSB", "USB", "CW", "CWL", "CWU", "AM", "SAM",
44 "FM", "NFM", "DIGL", "DIGU", "RTTY", "FDV"};
45}
46
47// Friendly one-line preview of the next firing, e.g.
48// "Next: Tue Jun 23, 8:00 PM CDT" — used in the editor and the table.

Callers 1

editNetEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected