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

Method setRttMs

Panoramic/Scanner.cpp:495–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void
496Scanner::setRttMs(unsigned int rtt)
497{
498 this->rtt = rtt;
499
500 if (this->fs > 0)
501 this->analyzer->setBufferingSize(rtt * this->fs / 1000);
502}
503
504////////////////////////////// Slots /////////////////////////////////////
505void

Callers 2

onPanSpectrumStartMethod · 0.80

Calls 1

setBufferingSizeMethod · 0.80

Tested by

no test coverage detected