QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCFormat.cc File Reference
#include "QGCFormat.h"
#include <QtCore/QLocale>
#include <QtCore/QString>
+ Include dependency graph for QGCFormat.cc:

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.