|
navit
0.5.3-trunk
|
Data Fields | |
| NAVIT_OBJECT struct route * | route |
| struct map * | map |
| struct item_hash * | hash |
| struct vehicleprofile * | vehicleprofile |
| struct navigation_itm * | first |
| struct navigation_itm * | last |
| struct navigation_command * | cmd_first |
| struct navigation_command * | cmd_last |
| struct callback_list * | callback_speech |
| struct callback_list * | callback |
| struct navit * | navit |
| struct speech * | speech |
| int | level_last |
| struct item | item_last |
| int | turn_around |
| int | turn_around_limit |
| int | distance_turn |
| struct callback * | route_cb |
| int | announce [route_item_last-route_item_first+1][3] |
| int | tell_street_name |
| int | delay |
| int | curr_delay |
| int | turn_around_count |
| int | flags |
| struct map_rect * | route_mr |
| enum nav_status_int | status_int |
| struct callback * | idle_cb |
| struct event_idle * | idle_ev |
| int | nav_status |
| int navigation::announce[route_item_last-route_item_first+1][3] |
Referenced by navigation_get_announce_level(), navigation_new(), and show_next_maneuvers().
| struct callback_list* navigation::callback |
| struct callback_list* navigation::callback_speech |
| struct navigation_command* navigation::cmd_first |
| struct navigation_command* navigation::cmd_last |
Referenced by command_new(), and make_maneuvers().
| int navigation::curr_delay |
Referenced by navigation_call_callbacks().
| int navigation::delay |
Referenced by navigation_call_callbacks(), and navigation_new().
| int navigation::distance_turn |
Referenced by navigation_call_callbacks(), and navigation_new().
| struct navigation_itm* navigation::first |
| int navigation::flags |
Referenced by navigation_new().
| struct item_hash* navigation::hash |
| struct callback* navigation::idle_cb |
Idle callback to process the route map
Referenced by navigation_update(), and navigation_update_done().
| struct event_idle* navigation::idle_ev |
The pointer to the idle event
Referenced by navigation_update(), and navigation_update_done().
| struct item navigation::item_last |
Referenced by navigation_call_callbacks().
| struct navigation_itm* navigation::last |
Referenced by calculate_dest_distance(), navigation_destroy_itms_cmds(), and navigation_itm_new().
| int navigation::level_last |
Referenced by navigation_call_callbacks(), and navigation_new().
| struct map* navigation::map |
Referenced by navigation_analyze_roundabout(), navigation_get_attr(), and navigation_get_map().
| int navigation::nav_status |
Status of the navigation engine
Referenced by navigation_get_attr(), navigation_set_attr(), and navigation_update().
| struct navit* navigation::navit |
Referenced by get_distance_str(), and navigation_new().
| NAVIT_OBJECT struct route* navigation::route |
| struct callback* navigation::route_cb |
Referenced by navigation_set_route().
| struct map_rect* navigation::route_mr |
Map rect on the route map, used for maneuver generation
Referenced by navigation_new(), navigation_update(), navigation_update_done(), and navigation_update_idle().
| struct speech* navigation::speech |
Referenced by get_distance_str(), navigation_item_destination(), and navigation_set_attr().
| enum nav_status_int navigation::status_int |
Internal status information used during maneuver generation
Referenced by navigation_update(), navigation_update_done(), and navigation_update_idle().
| int navigation::tell_street_name |
Referenced by navigation_new().
| int navigation::turn_around |
Referenced by navigation_call_callbacks(), navigation_update_idle(), and show_maneuver().
| int navigation::turn_around_count |
Referenced by navigation_get_attr(), navigation_set_turnaround(), and show_maneuver().
| int navigation::turn_around_limit |
Referenced by navigation_call_callbacks(), navigation_new(), navigation_update_idle(), and show_maneuver().
| struct vehicleprofile* navigation::vehicleprofile |
Referenced by is_way_allowed(), and navigation_update().