Add:Core:New vehicle iphone
[navit-package] / navit / attr_def.h
1 /**
2  * Navit, a modular navigation system.
3  * Copyright (C) 2005-2008 Navit Team
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public License
7  * version 2 as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this program; if not, write to the
16  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  * Boston, MA  02110-1301, USA.
18  */
19
20 /* prototypes */
21
22 /* common */
23 ATTR2(0x00000000,none)
24 ATTR(any)
25
26 ATTR2(0x00010000,type_item_begin)
27 ATTR(town_streets_item)
28 ATTR(street_name_item)
29 ATTR(street_name_numbers_item)
30 ATTR(street_item)
31 ATTR(street_number_item)
32 ATTR(position_sat_item)
33 ATTR2(0x0001ffff,type_item_end)
34
35 ATTR2(0x00020000,type_int_begin)
36 ATTR(h_remove)
37 ATTR(id)
38 ATTR(flags)
39 ATTR(w_remove)
40 ATTR(x_remove)
41 ATTR(y_remove)
42 ATTR(flush_size)
43 ATTR(flush_time)
44 ATTR(zipfile_ref)
45 ATTR(country_id)
46 ATTR(position_sats)
47 ATTR(position_sats_used)
48 ATTR(update)
49 ATTR(follow)
50 ATTR(length)
51 ATTR(time)
52 ATTR(destination_length)
53 ATTR(destination_time)
54 ATTR(speed)
55 ATTR(interval)
56 ATTR(position_qual)
57 ATTR(zoom)
58 ATTR(retry_interval)
59 ATTR(projection)
60 ATTR(offroad)
61 ATTR(vocabulary_name)
62 ATTR(vocabulary_name_systematic)
63 ATTR(vocabulary_distances)
64 ATTR(announce_name_systematic_first)
65 ATTR(antialias)
66 ATTR(order_delta)
67 ATTR(baudrate)
68 ATTR(font_size_remove)
69 ATTR(icon_xs)
70 ATTR(icon_l)
71 ATTR(icon_s)
72 ATTR(spacing)
73 ATTR(recent_dest)
74 ATTR(destination_distance)
75 ATTR(check_version)
76 ATTR(details)
77 ATTR(width)
78 ATTR(offset)
79 ATTR(directed)
80 ATTR(radius)
81 ATTR(text_size)
82 ATTR(level)
83 ATTR(icon_w)
84 ATTR(icon_h)
85 ATTR(rotation)
86 ATTR(checksum_ignore)
87 ATTR(position_fix_type)
88 ATTR(timeout)
89 ATTR(orientation)
90 ATTR(keyboard)
91 ATTR(position_sats_signal)
92 ATTR(cps)
93 ATTR(fast)
94 ATTR(osd_configuration)
95 ATTR(columns)
96 ATTR(align)
97 ATTR(sat_prn)
98 ATTR(sat_elevation)
99 ATTR(sat_azimuth)
100 ATTR(sat_snr)
101 ATTR(autozoom)
102 ATTR(version)
103 ATTR(autozoom_min)
104 ATTR(maxspeed)
105 ATTR(cdf_histsize)
106 ATTR(message_maxage)
107 ATTR(message_maxnum)
108 ATTR(pitch)
109 ATTR(roll)
110 ATTR(yaw)
111 ATTR(route_status)
112 ATTR(route_weight)
113 ATTR(distance_metric)
114 ATTR(route_mode)
115 ATTR(maxspeed_handling)
116 ATTR(flags_forward_mask)
117 ATTR(flags_reverse_mask)
118 ATTR(house_number_interpolation)
119 ATTR(house_number_left_interpolation)
120 ATTR(house_number_right_interpolation)
121 ATTR(delay)
122 ATTR(lag)
123
124 ATTR2(0x00027500,type_rel_abs_begin)
125 /* These attributes are int that can either hold relative               *
126  * or absolute values. A relative value is indicated by                 *
127  * adding 0x60000000.                                                                                                                                                           *
128  *                                                                                                                                                                                                                                      *
129  * The range of valid absolute values is -0x40000000 to                 *
130  * 0x40000000, the range of relative values is from                                     *
131  * -0x20000000 to 0x20000000.                                                                                                                           */
132 ATTR(h)
133 ATTR(w)
134 ATTR(x)
135 ATTR(y)
136 ATTR(font_size)
137
138 ATTR2(0x00028000,type_boolean_begin)
139 /* boolean */
140 ATTR(overwrite)
141 ATTR(active)
142 ATTR(follow_cursor)
143 ATTR(orientation_removeme)
144 ATTR(tracking)
145 ATTR(menubar)
146 ATTR(statusbar)
147 ATTR(toolbar)
148 ATTR(animate)
149 ATTR(lazy)
150 ATTR(mkdir)
151 ATTR(predraw)
152 ATTR(postdraw)
153 ATTR(button)
154 ATTR(ondemand)
155 ATTR(menu_on_map_click)
156 ATTR(direction)
157 ATTR(route_follow_straight_REMOVE) // This is to be removed with the next version
158 ATTR(gui_speech)
159 ATTR(town_id) /* fixme? */
160 ATTR(street_id) /* fixme? */  
161 ATTR(district_id) /* fixme? */
162 ATTR(drag_bitmap)
163 ATTR(use_mousewheel)
164 ATTR(fullscreen)
165 ATTR(position_magnetic_direction)
166 ATTR(use_overlay)
167 ATTR(night_mode)
168 ATTR(autozoom_active)
169 ATTR(position_valid)
170 ATTR2(0x0002ffff,type_int_end)
171 ATTR2(0x00030000,type_string_begin)
172 ATTR(type)
173 ATTR(label)
174 ATTR(data)
175 ATTR(charset)
176 ATTR(country_all)
177 ATTR(country_iso3)
178 ATTR(country_iso2)
179 ATTR(country_car)
180 ATTR(country_name)
181 ATTR(town_name)
182 ATTR(town_postal)
183 ATTR(district_name)
184 ATTR(street_name)
185 ATTR(street_name_systematic)
186 ATTR(street_number)
187 ATTR(debug)
188 ATTR(address)
189 ATTR(phone)
190 ATTR(entry_fee)
191 ATTR(open_hours)
192 ATTR(skin)
193 ATTR(fullscreen_removeme)
194 ATTR(view_mode)
195 ATTR(tilt)
196 ATTR(media_window_title)
197 ATTR(media_cmd)
198 ATTR(image_codec)
199 /* poi */
200 ATTR(icono)
201 ATTR(info_html)
202 ATTR(price_html)
203 /* navigation */
204 ATTR(navigation_short)
205 ATTR(navigation_long)
206 ATTR(navigation_long_exact)
207 ATTR(navigation_speech)
208 ATTR(name)
209 ATTR(source)
210 ATTR(description)
211 ATTR(gc_type)
212 ATTR(layout)
213 ATTR(position_nmea)
214 ATTR(gpsd_query)
215 ATTR(on_eof)
216 ATTR(command)
217 ATTR(src)
218 ATTR(path)
219 ATTR(font)
220 ATTR(url_local)
221 ATTR(gc_size)
222 ATTR(gc_difficulty)
223 ATTR(gc_terrain)
224 ATTR(icon_src)
225 ATTR(position_time_iso8601)
226 ATTR(house_number)
227 ATTR(osm_member)
228 ATTR(osm_tag)
229 ATTR(municipality_name)
230 ATTR(county_name)
231 ATTR(state_name)
232 ATTR(message)
233 ATTR(callbacks)
234 ATTR(enable_expression)
235 ATTR(fax)
236 ATTR(email)
237 ATTR(url)
238 ATTR(profilename)
239 ATTR(projectionname)
240 ATTR(town_or_district_name)
241 ATTR(postal)
242 ATTR(postal_mask)
243 ATTR(house_number_first)
244 ATTR(house_number_last)
245 ATTR(house_number_left_first)
246 ATTR(house_number_left_last)
247 ATTR(house_number_right_first)
248 ATTR(house_number_right_last)
249 ATTR(town_name_match)
250 ATTR(district_name_match)
251 ATTR(street_name_match)
252 ATTR2(0x0003ffff,type_string_end)
253 ATTR2(0x00040000,type_special_begin)
254 ATTR(order)
255 ATTR(item_type)
256 ATTR(item_types)
257 ATTR(dash)
258 ATTR(sequence_range)
259 ATTR(angle_range)
260 ATTR(speed_range)
261 ATTR2(0x0004ffff,type_special_end)
262 ATTR2(0x00050000,type_double_begin)
263 ATTR(position_height)
264 ATTR(position_speed)
265 ATTR(position_direction)
266 ATTR(position_hdop)
267 ATTR(position_radius)
268 ATTR2(0x0005ffff,type_double_end)
269 ATTR2(0x00060000,type_coord_geo_begin)
270 ATTR(position_coord_geo)
271 ATTR(center)
272 ATTR2(0x0006ffff,type_coord_geo_end)
273 ATTR2(0x00070000,type_color_begin)
274 ATTR(color)
275 ATTR(color2)
276 ATTR(background_color)
277 ATTR(text_color)
278 ATTR(background_color2)
279 ATTR2(0x0007ffff,type_color_end)
280 ATTR2(0x00080000,type_object_begin)
281 ATTR(navit)
282 ATTR(log)
283 ATTR(callback)
284 ATTR(route)
285 ATTR(navigation)
286 ATTR(vehicle)
287 ATTR(map)
288 ATTR(bookmark_map)
289 ATTR(former_destination_map)
290 ATTR(graphics)
291 ATTR(gui)
292 ATTR(trackingo) /* fixme */
293 ATTR(plugins)
294 ATTR(layer)
295 ATTR(itemgra)
296 ATTR(polygon)
297 ATTR(polyline)
298 ATTR(circle)
299 ATTR(text)
300 ATTR(icon)
301 ATTR(image)
302 ATTR(arrows)
303 ATTR(mapset)
304 ATTR(osd)
305 ATTR(plugin)
306 ATTR(speech)
307 ATTR(coord)
308 ATTR(private_data)
309 ATTR(callback_list)
310 ATTR(displaylist)
311 ATTR(transformation)
312 ATTR(vehicleprofile)
313 ATTR(roadprofile)
314 ATTR(announcement)
315 ATTR(cursor)
316 ATTR2(0x0008ffff,type_object_end)
317 ATTR2(0x00090000,type_coord_begin)
318 ATTR2(0x0009ffff,type_coord_end)
319 ATTR2(0x000a0000,type_pcoord_begin)
320 ATTR(destination)
321 ATTR(position)
322 ATTR2(0x000affff,type_pcoord_end)
323 ATTR2(0x000b0000,type_callback_begin)
324 ATTR(resize)
325 ATTR(motion)
326 ATTR(keypress)
327 ATTR2(0x000bffff,type_callback_end)
328 ATTR2(0x000c0000,type_int64_begin)
329 ATTR(osm_nodeid)
330 ATTR(osm_wayid)
331 ATTR(osm_relationid)
332 ATTR2(0x000cffff,type_int64_end)