|
navit
0.5.3-trunk
|
Data Fields | |
| struct navit * | nav |
| int | status |
| int | device |
| int | index |
| char | message [255] |
| char * | filename |
| struct event_idle * | idle |
| struct callback * | callback |
| struct osd_item | osd_item |
| int | width |
| struct graphics_gc * | orange |
| struct graphics_gc * | white |
| struct callback * | click_cb |
| int | init_string_index |
| int | engine_rpm |
| int | trans_rpm |
| int | map |
| int | tank_level |
| int | odo |
Navit, a modular navigation system. Copyright (C) 2005-2014 Navit Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
| struct callback* j1850::callback |
Referenced by j1850_idle(), and j1850_init_serial_port().
| struct callback* j1850::click_cb |
| int j1850::device |
Referenced by j1850_idle(), and j1850_init_serial_port().
| int j1850::engine_rpm |
Referenced by j1850_idle().
| char* j1850::filename |
Referenced by j1850_idle().
| struct event_idle* j1850::idle |
Referenced by j1850_idle(), and j1850_init_serial_port().
| int j1850::index |
Referenced by j1850_idle().
| int j1850::init_string_index |
Referenced by j1850_idle(), and osd_j1850_new().
| int j1850::map |
Referenced by j1850_idle().
| char j1850::message[255] |
Referenced by j1850_idle().
| struct navit* j1850::nav |
Referenced by j1850_idle(), and osd_j1850_new().
| int j1850::odo |
Referenced by j1850_idle().
| struct graphics_gc* j1850::orange |
| struct osd_item j1850::osd_item |
| int j1850::status |
| int j1850::tank_level |
Referenced by j1850_idle().
| int j1850::trans_rpm |
Referenced by j1850_idle().
| struct graphics_gc * j1850::white |
| int j1850::width |