- retrieving home dir and create FsTrack folder
- added adjustable KML update interval - prepared for .kmz git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@125 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ private:
|
||||
void destroy();
|
||||
const char* getPath();
|
||||
void update(FlightData const &flightData);
|
||||
void export(const char *pPath);
|
||||
void exportKml(const char *pPath);
|
||||
void exportKmz(const char *pPath);
|
||||
void updatePlane(FlightData const &flightData);
|
||||
void updatePath(FlightData const &flightData);
|
||||
void onUpdate(const char *pPath);
|
||||
|
||||
Reference in New Issue
Block a user