mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Issue #37 Emit signal when FPS drops below threshold
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user