mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
LibreVNA TCP driver
This commit is contained in:
parent
80c5fc0ff6
commit
2c86cf1d6c
16 changed files with 550 additions and 33 deletions
|
|
@ -527,7 +527,7 @@ void SpectrumAnalyzer::NewDatapoint(DeviceDriver::SAMeasurement m)
|
|||
UpdateAverageCount();
|
||||
markerModel->updateMarkers();
|
||||
}
|
||||
static int lastPoint = 0;
|
||||
static unsigned int lastPoint = 0;
|
||||
if(m_avg.pointNum > 0 && m_avg.pointNum != lastPoint + 1) {
|
||||
qWarning() << "Got point" << m_avg.pointNum << "but last received point was" << lastPoint << "("<<(m_avg.pointNum-lastPoint-1)<<"missed points)";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue