navit  0.5.3-trunk
pathattr Struct Reference

#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
 

Detailed Description

store each path attribute values for trackpoint and route.

Field Documentation

◆ cmt

char pathattr::cmt[COMMENTLENGTH]

Referenced by initPathAttr(), and wipePathAttr().

◆ count

◆ desc

char pathattr::desc[COMMENTLENGTH]

Referenced by initPathAttr(), setPath(), and wipePathAttr().

◆ interval

double pathattr::interval

◆ length

double pathattr::length

◆ link

char pathattr::link[FILENAMELENGTH]

Referenced by initPathAttr(), and wipePathAttr().

◆ name

char pathattr::name[NAMELENGTH]

Referenced by initPathAttr(), setPath(), and wipePathAttr().

◆ number

int pathattr::number

Referenced by initPathAttr(), and wipePathAttr().

◆ point

double* pathattr::point

Referenced by initPathAttr(), setPath(), and setPathData().

◆ speed

double pathattr::speed

◆ src

char pathattr::src[COMMENTLENGTH]

Referenced by initPathAttr(), and wipePathAttr().

◆ type

char pathattr::type[TYPELENGTH]

Referenced by initPathAttr(), setPath(), and wipePathAttr().


The documentation for this struct was generated from the following file: