Ref T275, adjusted log display to use ISimulator::getStatisticsSimulatorSpecific

This commit is contained in:
Klaus Basan
2018-06-08 22:03:46 +02:00
parent 4975ecd712
commit 39943c1365
3 changed files with 448 additions and 318 deletions

View File

@@ -81,7 +81,7 @@ namespace BlackGui
void showLogInSimulator();
//! Start displaying
void start();
bool start();
//! Stop displaying
void stop();
@@ -119,6 +119,9 @@ namespace BlackGui
//! Check if can do logging, otherwise stop and display message
bool checkLogPrerequisites();
//! Init the parts view
void initPartsView();
QScopedPointer<Ui::CInterpolationLogDisplay> ui;
QTimer m_updateTimer;
QPointer<BlackCore::CSimulatorCommon> m_simulatorCommon; //!< related simulator