mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
proof-of-concept spectrum analyzer mode
This commit is contained in:
parent
76875c2316
commit
38e73365df
33 changed files with 942 additions and 82 deletions
|
|
@ -2,10 +2,11 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
Trace::Trace(QString name, QColor color)
|
||||
Trace::Trace(QString name, QColor color, LiveParameter live)
|
||||
: _name(name),
|
||||
_color(color),
|
||||
_liveType(LivedataType::Overwrite),
|
||||
_liveParam(live),
|
||||
reflection(true),
|
||||
visible(true),
|
||||
paused(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue