mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T275, adjusted log display to use ISimulator::getStatisticsSimulatorSpecific
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user