QGC.h 240 Bytes
Newer Older
1 2 3
#ifndef QGC_H
#define QGC_H

4
#include <QDateTime>
5 6 7 8 9
#include <QColor>

namespace QGC
{
    const QColor ColorCyan(55, 154, 195);
10

pixhawk's avatar
pixhawk committed
11 12
    /** @brief Get the current ground time in microseconds */
    quint64 groundTimeUsecs();
13 14 15
}

#endif // QGC_H