implement sweep standby configuration

This commit is contained in:
Andre Dunford 2022-12-16 23:41:59 -08:00
parent e35766c7b8
commit 08fa3fa0a0
5 changed files with 32 additions and 6 deletions

View file

@ -7,6 +7,8 @@
namespace VNA {
bool Setup(Protocol::SweepSettings s);
void InitiateSweep();
bool GetStandbyMode();
bool MeasurementDone(const FPGA::SamplingResult &result);
void Work();
void SweepHalted();