|
navit
0.5.3-trunk
|
Data Fields | |
| NAVIT_OBJECT struct callback_list * | callback_list |
| struct mapset * | ms |
| struct route * | rt |
| struct map * | map |
| struct vehicle * | vehicle |
| struct vehicleprofile * | vehicleprofile |
| struct coord | last_updated |
| struct tracking_line * | lines |
| struct tracking_line * | curr_line |
| int | pos |
| struct coord | curr [2] |
| struct coord | curr_in |
| struct coord | curr_out |
| int | curr_angle |
| struct coord | last [2] |
| struct coord | last_in |
| struct coord | last_out |
| struct cdf_data | cdf |
| struct attr * | attr |
| int | valid |
| int | time |
| double | direction |
| double | direction_matched |
| double | speed |
| int | coord_geo_valid |
| struct coord_geo | coord_geo |
| enum projection | pro |
| int | street_direction |
| int | no_gps |
| int | tunnel |
| int | angle_pref |
| int | connected_pref |
| int | nostop_pref |
| int | offroad_limit_pref |
| int | route_pref |
| int | overspeed_pref |
| int | overspeed_percent_pref |
| int | tunnel_extrapolation |
| int tracking::angle_pref |
Referenced by tracking_set_attr_do(), tracking_update(), and tracking_value().
| struct attr* tracking::attr |
Referenced by tracking_destroy(), and tracking_get_attr().
| NAVIT_OBJECT struct callback_list* tracking::callback_list |
Callbacks which will be called whenever the position changes
Referenced by tracking_add_attr(), tracking_destroy(), tracking_remove_attr(), and tracking_update().
| struct cdf_data tracking::cdf |
| int tracking::connected_pref |
Referenced by tracking_is_connected(), tracking_set_attr_do(), tracking_update(), and tracking_value().
| struct coord_geo tracking::coord_geo |
Referenced by tracking_get_attr().
| int tracking::coord_geo_valid |
Referenced by tracking_get_attr(), and tracking_update().
| struct coord tracking::curr[2] |
Referenced by tracking_update().
| int tracking::curr_angle |
Referenced by tracking_get_angle(), tracking_map_item_attr_get(), tracking_update(), and tracking_value().
| struct coord tracking::curr_in |
Referenced by tracking_map_item_attr_get(), tracking_update(), and tracking_value().
| struct tracking_line* tracking::curr_line |
| struct coord tracking::curr_out |
Referenced by tracking_get_attr(), tracking_get_pos(), and tracking_update().
| double tracking::direction |
Referenced by tracking_get_attr(), and tracking_update().
| double tracking::direction_matched |
Referenced by tracking_get_attr(), and tracking_update().
| struct coord tracking::last[2] |
Referenced by tracking_update(), and tracking_value().
| struct coord tracking::last_in |
Referenced by tracking_update().
| struct coord tracking::last_out |
Referenced by tracking_update(), and tracking_value().
| struct coord tracking::last_updated |
Referenced by tracking_update().
| struct tracking_line* tracking::lines |
Referenced by tracking_doupdate_lines(), tracking_flush(), tracking_get_attr(), tracking_map_rect_init(), and tracking_update().
| struct map* tracking::map |
The tracking map which holds our past movements
Referenced by tracking_get_map().
| struct mapset* tracking::ms |
The mapset
Referenced by tracking_doupdate_lines().
| int tracking::no_gps |
Referenced by tracking_update(), and tracking_value().
| int tracking::nostop_pref |
Referenced by tracking_is_no_stop(), tracking_set_attr_do(), tracking_update(), and tracking_value().
| int tracking::offroad_limit_pref |
Referenced by tracking_map_item_attr_get(), tracking_set_attr_do(), and tracking_update().
| int tracking::overspeed_percent_pref |
Referenced by tracking_set_attr_do(), and tracking_value().
| int tracking::overspeed_pref |
Referenced by tracking_set_attr_do(), and tracking_value().
| int tracking::pos |
Referenced by tracking_get_segment_pos(), and tracking_update().
| enum projection tracking::pro |
Referenced by tracking_get_attr(), and tracking_update().
| int tracking::route_pref |
Referenced by tracking_is_on_route(), tracking_set_attr_do(), and tracking_value().
| struct route* tracking::rt |
The route
Referenced by tracking_value().
| double tracking::speed |
Current speed
Referenced by tracking_get_attr(), tracking_update(), and tracking_value().
| int tracking::street_direction |
Referenced by tracking_get_attr(), tracking_get_street_direction(), and tracking_update().
| int tracking::time |
Referenced by tracking_update().
| int tracking::tunnel |
Whether we are in a tunnel
Referenced by tracking_get_current_tunnel(), and tracking_update().
| int tracking::tunnel_extrapolation |
Referenced by tracking_set_attr_do(), and tracking_update().
| int tracking::valid |
Whether we have valid location data
Referenced by tracking_get_attr(), and tracking_update().
| struct vehicle* tracking::vehicle |
The vehicle from which we are obtaining location data
Referenced by tracking_update().
| struct vehicleprofile* tracking::vehicleprofile |
The current vehicle profile
Referenced by tracking_angle_delta(), tracking_update(), and tracking_value().