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

@ -149,7 +149,7 @@ void SA::Setup(Protocol::SpectrumAnalyzerSettings settings) {
StartNextSample();
}
bool SA::MeasurementDone(FPGA::SamplingResult result) {
bool SA::MeasurementDone(const FPGA::SamplingResult &result) {
if(!active) {
return false;
}