dRonin
adbada4
dRonin GCS
|
Classes | |
struct | LLAVCoordinates |
class | KmlExport |
class | KmlExportPlugin |
Functions | |
KmlExport::KmlExport (QString inputFileName, QString outputFileName) | |
qint64 | KmlExport::bytesAvailable () const |
qint64 | KmlExport::bytesToWrite () |
bool | KmlExport::open () |
KmlExport::open Opens the logfile and ensures it's sane. More... | |
void | KmlExport::setFileName (QString name) |
bool | KmlExport::preparseLogFile () |
KmlExport::preparseLogFile Ensures that the logfile has data to export. More... | |
bool | KmlExport::stopExport () |
KmlExport::stopExport Called to stop the export. Currently only closes the logfile. More... | |
bool | KmlExport::exportToKML () |
KmlExport::exportToKML Triggers logfile export to KML. More... | |
Variables | |
const double | ColorMap_Jet [256][3] = COLORMAP_JET |
double | LLAVCoordinates::latitude |
double | LLAVCoordinates::longitude |
double | LLAVCoordinates::altitude |
double | LLAVCoordinates::groundspeed |
QFile | KmlExport::logFile |
Signals | |
void | KmlExport::readReady () |
void | KmlExport::replayStarted () |
void | KmlExport::replayFinished () |
qint64 KmlExport::bytesAvailable | ( | ) | const |
|
inline |
Definition at line 70 of file kmlexport.h.
bool KmlExport::exportToKML | ( | ) |
KmlExport::exportToKML Triggers logfile export to KML.
Definition at line 113 of file kmlexport.cpp.
|
explicit |
Definition at line 48 of file kmlexport.cpp.
bool KmlExport::open | ( | ) |
KmlExport::open Opens the logfile and ensures it's sane.
Definition at line 211 of file kmlexport.cpp.
bool KmlExport::preparseLogFile | ( | ) |
KmlExport::preparseLogFile Ensures that the logfile has data to export.
Definition at line 284 of file kmlexport.cpp.
|
inline |
Definition at line 72 of file kmlexport.h.
bool KmlExport::stopExport | ( | ) |
KmlExport::stopExport Called to stop the export. Currently only closes the logfile.
Definition at line 356 of file kmlexport.cpp.
double LLAVCoordinates::altitude |
Definition at line 56 of file kmlexport.h.
const double ColorMap_Jet[256][3] = COLORMAP_JET |
Definition at line 40 of file kmlexport.cpp.
double LLAVCoordinates::groundspeed |
Definition at line 57 of file kmlexport.h.
double LLAVCoordinates::latitude |
Definition at line 54 of file kmlexport.h.
|
protected |
Definition at line 89 of file kmlexport.h.
double LLAVCoordinates::longitude |
Definition at line 55 of file kmlexport.h.
|
signal |
|
signal |
|
signal |