mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
[xswiftbus] Added FPS monitoring
This commit is contained in:
@@ -208,6 +208,12 @@ namespace BlackSimPlugin
|
||||
void isUsingRealTimeAsync(bool *o_isRealTime);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getAverageFPS
|
||||
//! @{
|
||||
double getAverageFPS() const;
|
||||
void getAverageFPSAsync(double *o_frameRate);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getLatitudeDeg
|
||||
//! @{
|
||||
double getLatitudeDeg() const;
|
||||
|
||||
Reference in New Issue
Block a user