dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
KmlExportPlugin

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 ()
 

Detailed Description

Function Documentation

qint64 KmlExport::bytesAvailable ( ) const
qint64 KmlExport::bytesToWrite ( )
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.

KmlExport::KmlExport ( QString  inputFileName,
QString  outputFileName 
)
explicit

Definition at line 48 of file kmlexport.cpp.

bool KmlExport::open ( )

KmlExport::open Opens the logfile and ensures it's sane.

Returns
returns true if the logfile is successfully opened, returns false otherwise.

Definition at line 211 of file kmlexport.cpp.

bool KmlExport::preparseLogFile ( )

KmlExport::preparseLogFile Ensures that the logfile has data to export.

Returns
Returns true if the logfile has data, false otherwise

Definition at line 284 of file kmlexport.cpp.

void KmlExport::setFileName ( QString  name)
inline

Definition at line 72 of file kmlexport.h.

bool KmlExport::stopExport ( )

KmlExport::stopExport Called to stop the export. Currently only closes the logfile.

Returns
Returns true

Definition at line 356 of file kmlexport.cpp.

Variable Documentation

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.

QFile KmlExport::logFile
protected

Definition at line 89 of file kmlexport.h.

double LLAVCoordinates::longitude

Definition at line 55 of file kmlexport.h.

Signals

void KmlExport::readReady ( )
signal
void KmlExport::replayFinished ( )
signal
void KmlExport::replayStarted ( )
signal