|
navit
0.5.3-trunk
|
The vehicle used for navigation. More...
Data Fields | |
| int | follow |
| int | follow_curr |
| struct coord | coord |
| int | dir |
| int | speed |
| struct coord | last |
| struct vehicle * | vehicle |
| struct attr | callback |
| int | animate_cursor |
The vehicle used for navigation.
| int navit_vehicle::animate_cursor |
Referenced by navit_add_vehicle().
| struct attr navit_vehicle::callback |
Referenced by navit_add_vehicle().
| struct coord navit_vehicle::coord |
Deprecated : follow counter itself. When it reaches 'update' counts, map is recentered
Referenced by navit_set_center_cursor(), navit_textfile_debug_log(), navit_vehicle_draw(), and navit_vehicle_update_position().
| int navit_vehicle::dir |
Referenced by navit_get_cursor_pnt(), navit_set_attr_do(), navit_vehicle_draw(), and navit_vehicle_update_position().
| int navit_vehicle::follow |
| int navit_vehicle::follow_curr |
Limit of the follow counter. See navit_add_vehicle
Referenced by navit_add_vehicle(), navit_get_attr(), navit_redraw_route(), navit_set_attr_do(), navit_vehicle_update_position(), navit_zoom_in_cursor(), and navit_zoom_out_cursor().
| struct coord navit_vehicle::last |
Referenced by navit_add_vehicle().
| int navit_vehicle::speed |
Referenced by navit_get_cursor_pnt(), navit_set_center_cursor(), navit_vehicle_draw(), and navit_vehicle_update_position().
| struct vehicle* navit_vehicle::vehicle |