|
navit
0.5.3-trunk
|
#include <gpx2navit_txt.h>
Data Fields | |
| int | trkpoints |
| int | trkcount |
| double | trklength |
| int | rtepoints |
| int | rtecount |
| double | rtelength |
| int | wptpoints |
| int | trkunconverted |
| int | rteunconverted |
statistics structure
| int g2sstats::rtecount |
route point total count
Referenced by countPath(), createProp(), and showStats().
| double g2sstats::rtelength |
route path totol count
Referenced by countPath(), createProp(), and showStats().
| int g2sstats::rtepoints |
track total length
Referenced by countPath(), createProp(), and showStats().
| int g2sstats::rteunconverted |
unconverted track path count
Referenced by countUnconverted(), createProp(), and showStats().
| int g2sstats::trkcount |
track point total count
Referenced by countPath(), createProp(), and showStats().
| double g2sstats::trklength |
track path total count
Referenced by countPath(), createProp(), and showStats().
| int g2sstats::trkpoints |
Referenced by countPath(), createProp(), and showStats().
| int g2sstats::trkunconverted |
way point total count
Referenced by countUnconverted(), createProp(), and showStats().
| int g2sstats::wptpoints |
route total length
Referenced by createProp(), setWpt(), and showStats().