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

Function DoRefresh

src/forms/DigitalConsole/DigitalConsole.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void DoRefresh( wxTimerEvent& event ) {
37 event.Skip();
38}
39
40void DigitalConsole::DoRefresh( wxTimerEvent& /* event */ ) {
41 if (streamWritten.load()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected