mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Added run/stop button
This commit is contained in:
parent
dfd1abeea5
commit
2f5cbc80e9
6 changed files with 275 additions and 134 deletions
|
|
@ -49,6 +49,7 @@ signals:
|
|||
|
||||
protected:
|
||||
static constexpr int MinUpdateInterval = 100;
|
||||
static constexpr int MaxUpdateInterval = 2000;
|
||||
// need to be called in derived class constructor
|
||||
void initializeTraceInfo();
|
||||
std::vector<Trace*> activeTraces();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue