QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SurfaceModel::UpdateStats Struct Reference

update() call/duration counters for the perf overlay More...

#include <SurfaceModel.h>

Public Attributes

int updates = 0
 
qint64 totalUs = 0
 
qint64 maxUs = 0
 

Detailed Description

update() call/duration counters for the perf overlay

Definition at line 103 of file SurfaceModel.h.

Member Data Documentation

◆ maxUs

qint64 SurfaceModel::UpdateStats::maxUs = 0

Definition at line 107 of file SurfaceModel.h.

Referenced by SurfaceModel::update().

◆ totalUs

qint64 SurfaceModel::UpdateStats::totalUs = 0

Definition at line 106 of file SurfaceModel.h.

Referenced by SurfaceModel::update().

◆ updates

int SurfaceModel::UpdateStats::updates = 0

Definition at line 105 of file SurfaceModel.h.

Referenced by SurfaceModel::update().


The documentation for this struct was generated from the following file: