Issue #37 Reset FPS counter when network is connected

This commit is contained in:
Mat Sutcliffe
2021-08-09 00:11:03 +01:00
parent 81d2dbbac9
commit a89ca2d59a
6 changed files with 30 additions and 1 deletions

View File

@@ -217,6 +217,9 @@ namespace BlackSimPlugin
void getFrameStatsAsync(double *o_averageFps, double *o_simTimeRatio, double *o_trackMilesShort, double *o_minutesLate);
//! @}
//! \copydoc XSwiftBus::CService::resetFrameTotals
void resetFrameTotals();
//! \copydoc XSwiftBus::CService::getLatitudeDeg
//! @{
double getLatitudeDeg() const;