mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
eye diagram thread rework + uninitialized variables fix
This commit is contained in:
parent
0539dea4ef
commit
70488f8262
10 changed files with 289 additions and 14 deletions
|
|
@ -26,6 +26,9 @@ Trace::Trace(QString name, QColor color, QString live)
|
|||
JSONskipHash(false),
|
||||
_liveType(LivedataType::Overwrite),
|
||||
liveParam(live),
|
||||
fileParameter(0),
|
||||
mathUpdateBegin(0),
|
||||
mathUpdateEnd(0),
|
||||
vFactor(0.66),
|
||||
reflection(true),
|
||||
visible(true),
|
||||
|
|
@ -34,6 +37,7 @@ Trace::Trace(QString name, QColor color, QString live)
|
|||
domain(DataType::Frequency),
|
||||
lastMath(nullptr)
|
||||
{
|
||||
settings.valid = false;
|
||||
MathInfo self = {.math = this, .enabled = true};
|
||||
mathOps.push_back(self);
|
||||
updateLastMath(mathOps.rbegin());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue