|
dRonin
adbada4
dRonin GCS
|
#include <kmlexport.h>
Signals | |
| void | readReady () |
| void | replayStarted () |
| void | replayFinished () |
Public Member Functions | |
| KmlExport (QString inputFileName, QString outputFileName) | |
| qint64 | bytesAvailable () const |
| qint64 | bytesToWrite () |
| bool | open () |
| KmlExport::open Opens the logfile and ensures it's sane. More... | |
| void | setFileName (QString name) |
| bool | preparseLogFile () |
| KmlExport::preparseLogFile Ensures that the logfile has data to export. More... | |
| bool | stopExport () |
| KmlExport::stopExport Called to stop the export. Currently only closes the logfile. More... | |
| bool | exportToKML () |
| KmlExport::exportToKML Triggers logfile export to KML. More... | |
Protected Attributes | |
| QFile | logFile |
KML file showing the flight path from a UAVTalk log path that is viewable in Google Earth.
Definition at line 64 of file kmlexport.h.