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

Function formatPacketClassCode

src/gui/NetworkDiagnosticsDialog.cpp:2188–2192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2186}
2187
2188static QString formatPacketClassCode(quint16 pcc)
2189{
2190 return QStringLiteral("0x%1")
2191 .arg(QString::number(pcc, 16).toUpper().rightJustified(4, QLatin1Char('0')));
2192}
2193
2194static QString formatAudioCodec(quint16 pcc)
2195{

Callers 1

formatAudioStreamFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected