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

Function formatNetworkMs

src/gui/MainWindowHelpers.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42// ─── Network diagnostics tooltip ─────────────────────────────────────────────
43
44QString formatNetworkMs(int ms)
45{
46 return ms < 1 ? "< 1 ms" : QString("%1 ms").arg(ms);
47}
48
49QString formatNetworkSeqErrors(int errors, int packets)
50{

Callers 1

buildNetworkTooltipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected