@@ -48,8 +48,8 void updateScalarData(QCPAbstractPlottable *component, ScalarSeries &scalarSerie | |||
|
48 | 48 | auto xDataBegin = xData.cbegin(); |
|
49 | 49 | auto xDataEnd = xData.cend(); |
|
50 | 50 | |
|
51 | qCInfo(LOG_VisualizationGraphHelper()) | |
|
52 | << "TORM: Current points in cache" << xData.count(); | |
|
51 | qCInfo(LOG_VisualizationGraphHelper()) << "TORM: Current points in cache" | |
|
52 | << xData.count(); | |
|
53 | 53 | |
|
54 | 54 | auto sqpDataContainer = QSharedPointer<SqpDataContainer>::create(); |
|
55 | 55 | qcpGraph->setData(sqpDataContainer); |
@@ -64,8 +64,8 void updateScalarData(QCPAbstractPlottable *component, ScalarSeries &scalarSerie | |||
|
64 | 64 | sqpDataContainer->appendGraphData(QCPGraphData(*xAxisDataIt, *valuesDataIt)); |
|
65 | 65 | } |
|
66 | 66 | |
|
67 | qCInfo(LOG_VisualizationGraphHelper()) | |
|
68 |
|
|
|
67 | qCInfo(LOG_VisualizationGraphHelper()) << "TORM: Current points displayed" | |
|
68 | << sqpDataContainer->size(); | |
|
69 | 69 | } |
|
70 | 70 | scalarSeries.unlock(); |
|
71 | 71 |
@@ -230,8 +230,8 void VisualizationGraphWidget::onGraphMenuRequested(const QPoint &pos) noexcept | |||
|
230 | 230 | |
|
231 | 231 | void VisualizationGraphWidget::onRangeChanged(const QCPRange &t1, const QCPRange &t2) |
|
232 | 232 | { |
|
233 | qCInfo(LOG_VisualizationGraphWidget()) | |
|
234 | << tr("VisualizationGraphWidget::onRangeChanged") << QThread::currentThread()->objectName(); | |
|
233 | qCInfo(LOG_VisualizationGraphWidget()) << tr("VisualizationGraphWidget::onRangeChanged") | |
|
234 | << QThread::currentThread()->objectName(); | |
|
235 | 235 | |
|
236 | 236 | auto dateTimeRange = SqpDateTime{t1.lower, t1.upper}; |
|
237 | 237 |
General Comments 0
You need to be logged in to leave comments.
Login now