32 #include <QStringList>
46 qDebug() <<
"Error: Object is unknown (GPSPosition).";
53 qDebug() <<
"Error: Object is unknown (GPSTime).";
88 emit
dop(hdop, vdop, pdop);
96 double time = second + minute * 100 + hour * 10000;
100 double date = day + month * 100 + year * 10000;
void updateGPS(UAVObject *object1)
void position(double, double, double)
TelemetryParser(QObject *parent=nullptr)
double getDouble(int index=0) const
Core plugin system that manages the plugins, their life cycle and their registered objects...
QVariant getValue(int index=0) const
int getNumElements() const
void datetime(double, double)
void dop(double, double, double)
void speedheading(double, double)
UAVObjectField * getField(const QString &name)
void satellite(int, int, int, int, int)
UAVObject * getObject(const QString &name, quint32 instId=0)
void updateTime(UAVObject *object1)
void updateSats(UAVObject *object1)