Issue #37 Emit signal when FPS drops below threshold

This commit is contained in:
Mat Sutcliffe
2021-08-09 00:10:30 +01:00
parent 14e03bd4b5
commit f311906d04
5 changed files with 27 additions and 1 deletions

View File

@@ -411,6 +411,9 @@ namespace BlackCore
//! Auto publish data written for simulator
void autoPublishDataWritten(const BlackMisc::Simulation::CSimulatorInfo &simulator);
//! Frame rate has fallen too far below the threshold to maintain consistent sim rate
void insufficientFrameRateDetected(bool fatal);
protected:
//! Constructor with all the providers
ISimulator(const BlackMisc::Simulation::CSimulatorPluginInfo &pluginInfo,