MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setCaptureSize

Method setCaptureSize

Components/NetForwarderUI.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void
128NetForwarderUI::setCaptureSize(quint64 size)
129{
130 this->ui->txLenLabel->setText(
131 formatCaptureSize(size * sizeof(float _Complex)));
132}
133
134void
135NetForwarderUI::setTcp(bool tcp)

Callers

nothing calls this directly

Calls 1

formatCaptureSizeFunction · 0.70

Tested by

no test coverage detected