navit  0.5.3-trunk
cdf_data Struct Reference

Contains data for the CDF. More...

Data Fields

int extrapolating
 
int available
 
int first_pos
 
int poscount
 
int hist_size
 
struct cdf_speedspeed_hist
 
struct pcoordpos_hist
 
int * dir_hist
 
double last_dist
 
struct pcoord last_out
 
int last_dir
 

Detailed Description

Contains data for the CDF.

This structure holds all data needed by the cumulative displacement filter.

Field Documentation

◆ available

int cdf_data::available

Referenced by tracking_init_cdf().

◆ dir_hist

int* cdf_data::dir_hist

Referenced by tracking_init_cdf().

◆ extrapolating

int cdf_data::extrapolating

Referenced by tracking_init_cdf().

◆ first_pos

int cdf_data::first_pos

◆ hist_size

int cdf_data::hist_size

Referenced by tracking_init_cdf().

◆ last_dir

int cdf_data::last_dir

◆ last_dist

double cdf_data::last_dist

Referenced by tracking_init_cdf().

◆ last_out

struct pcoord cdf_data::last_out

◆ pos_hist

struct pcoord* cdf_data::pos_hist

Referenced by tracking_init_cdf().

◆ poscount

int cdf_data::poscount

Referenced by tracking_init_cdf().

◆ speed_hist

struct cdf_speed* cdf_data::speed_hist

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