|
navit
0.5.3-trunk
|
Contains data for the CDF. More...
Data Fields | |
| int | extrapolating |
| int | available |
| int | first_pos |
| int | poscount |
| int | hist_size |
| struct cdf_speed * | speed_hist |
| struct pcoord * | pos_hist |
| int * | dir_hist |
| double | last_dist |
| struct pcoord | last_out |
| int | last_dir |
Contains data for the CDF.
This structure holds all data needed by the cumulative displacement filter.
| int cdf_data::available |
Referenced by tracking_init_cdf().
| int* cdf_data::dir_hist |
Referenced by tracking_init_cdf().
| int cdf_data::extrapolating |
Referenced by tracking_init_cdf().
| int cdf_data::first_pos |
| int cdf_data::hist_size |
Referenced by tracking_init_cdf().
| int cdf_data::last_dir |
| double cdf_data::last_dist |
Referenced by tracking_init_cdf().
| struct pcoord cdf_data::last_out |
| struct pcoord* cdf_data::pos_hist |
Referenced by tracking_init_cdf().
| int cdf_data::poscount |
Referenced by tracking_init_cdf().
| struct cdf_speed* cdf_data::speed_hist |