navit
0.5.1-trunk
|
#include <gpx2navit_txt.h>
Data Fields | |
char | name [NAMELENGTH] |
char | cmt [COMMENTLENGTH] |
char | desc [COMMENTLENGTH] |
char | src [COMMENTLENGTH] |
char | link [FILENAMELENGTH] |
int | number |
char | type [TYPELENGTH] |
double | length |
double | interval |
double | speed |
double * | point |
int | count |
store each path attribute values for trackpoint and route.
char pathattr::cmt[COMMENTLENGTH] |
Referenced by initPathAttr(), and wipePathAttr().
int pathattr::count |
Referenced by checkPath(), countPath(), initPathAttr(), setPath(), setPathData(), setPathInterval(), and wipePathAttr().
char pathattr::desc[COMMENTLENGTH] |
Referenced by initPathAttr(), setPath(), and wipePathAttr().
double pathattr::interval |
Referenced by checkPath(), initPathAttr(), setEdge(), setPath(), setPathInterval(), and wipePathAttr().
double pathattr::length |
Referenced by checkPath(), countPath(), initPathAttr(), setEdge(), setPath(), setPathInterval(), and wipePathAttr().
char pathattr::link[FILENAMELENGTH] |
Referenced by initPathAttr(), and wipePathAttr().
char pathattr::name[NAMELENGTH] |
Referenced by initPathAttr(), setPath(), and wipePathAttr().
int pathattr::number |
Referenced by initPathAttr(), and wipePathAttr().
double* pathattr::point |
Referenced by initPathAttr(), setPath(), and setPathData().
double pathattr::speed |
Referenced by checkPath(), initPathAttr(), setEdge(), setPath(), and wipePathAttr().
char pathattr::src[COMMENTLENGTH] |
Referenced by initPathAttr(), and wipePathAttr().
char pathattr::type[TYPELENGTH] |
Referenced by initPathAttr(), setPath(), and wipePathAttr().