|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QtCore/QtTypes>
Include dependency graph for QGCFormat.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | QGC |
Functions | |
| QString | QGC::numberToString (quint64 number) |
| Decimal integer (e.g. "1,234,567"). | |
| QString | QGC::bigSizeToString (quint64 size) |
| Byte size with unit: B, KB, MB, GB, TB. 1 fractional digit above 1 KB. | |
| QString | QGC::bigSizeMBToString (quint64 sizeMB) |
| MB-scaled size, output in MB/GB/TB. Input is in MB. | |