mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Speed improvements
This commit is contained in:
parent
5e00b2a7f8
commit
6bc6b1d202
18 changed files with 130 additions and 108 deletions
|
|
@ -14,7 +14,7 @@ enum class Detector {
|
|||
};
|
||||
|
||||
void Setup(Protocol::SpectrumAnalyzerSettings settings);
|
||||
bool MeasurementDone(FPGA::SamplingResult result);
|
||||
bool MeasurementDone(const FPGA::SamplingResult &result);
|
||||
void Work();
|
||||
void Stop();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue