Speed improvements

This commit is contained in:
Jan Käberich 2020-10-03 21:56:09 +02:00
parent 5e00b2a7f8
commit 6bc6b1d202
18 changed files with 130 additions and 108 deletions

View file

@ -190,7 +190,7 @@ static void PassOnData() {
}
}
bool VNA::MeasurementDone(FPGA::SamplingResult result) {
bool VNA::MeasurementDone(const FPGA::SamplingResult &result) {
if(!active) {
return false;
}