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

Function sampleNet

tests/net_schedule_store_test.cpp:18–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18NetEntry sampleNet()
19{
20 NetEntry e;
21 e.id = "fixed-id-1";
22 e.name = "Tuesday County ARES Net";
23 e.enabled = true;
24 e.rrule = "FREQ=WEEKLY;BYDAY=TU";
25 e.startDate = "2026-06-02";
26 e.timeOfDay = "20:00";
27 e.timezone = "America/Chicago";
28 e.reminderLeadMinutes = 10;
29 e.durationMinutes = 45;
30 e.notes = "NCS W1ABC";
31 e.preset.freq = 146.94;
32 e.preset.mode = "FM";
33 e.preset.step = 5000;
34 e.preset.rxFilterLow = -8000;
35 e.preset.rxFilterHigh = 8000;
36 e.preset.offsetDir = "down";
37 e.preset.repeaterOffset = 0.6;
38 e.preset.toneMode = "ctcss_tx";
39 e.preset.toneValue = 103.5;
40 e.preset.squelch = true;
41 e.preset.squelchLevel = 20;
42 return e;
43}
44
45} // namespace
46

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected