Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ formatMsValue
Function
formatMsValue
src/gui/NetworkDiagnosticsDialog.cpp:2183–2186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2181
}
2182
2183
static QString formatMsValue(int value)
2184
{
2185
return value < 1 ?
"< 1 ms"
: QString(
"%1 ms"
).arg(value);
2186
}
2187
2188
static QString formatPacketClassCode(quint16 pcc)
2189
{
Callers
1
refresh
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected