Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ runRMSViewer
Function
runRMSViewer
main.cpp:38–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
using namespace SigDigger;
37
38
static int
39
runRMSViewer(QApplication &app)
40
{
41
int ret;
42
RMSViewer viewer;
43
44
viewer.show();
45
ret = app.exec();
46
47
return ret;
48
}
49
50
static QString
51
getLogText(void)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected