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

Method packetDropCount

src/models/RadioModel.cpp:3330–3333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3328}
3329
3330int RadioModel::packetDropCount() const
3331{
3332 return m_panStream->packetErrorCount();
3333}
3334
3335int RadioModel::packetTotalCount() const
3336{

Callers 2

refreshMethod · 0.80
buildNetworkTooltipFunction · 0.80

Calls 1

packetErrorCountMethod · 0.80

Tested by

no test coverage detected