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

Function formatStreamId

src/gui/NetworkDiagnosticsDialog.cpp:2208–2212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2206}
2207
2208static QString formatStreamId(quint32 streamId)
2209{
2210 return QStringLiteral("0x%1")
2211 .arg(QString::number(streamId, 16).toUpper().rightJustified(8, QLatin1Char('0')));
2212}
2213
2214static QString formatFeedRate(double hz, int streamCount = 1)
2215{

Callers 1

updateAudioStreamTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected