/[zanavi_public1]/navit/navit/attr_def.h
ZANavi

Contents of /navit/navit/attr_def.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (show annotations) (download)
Tue Aug 21 19:31:50 2012 UTC (11 years, 7 months ago) by zoff99
File MIME type: text/plain
File size: 9313 byte(s)
some fixes
1 /**
2 * Navit, a modular navigation system.
3 * Copyright (C) 2005-2009 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 ATTR(any_xml)
26
27 ATTR2(0x00010000,type_item_begin)
28 ATTR(town_streets_item)
29 ATTR(street_name_item)
30 ATTR(street_name_numbers_item)
31 ATTR(street_item)
32 ATTR(street_number_item)
33 ATTR(position_sat_item)
34 ATTR(current_item)
35 ATTR2(0x0001ffff,type_item_end)
36
37 ATTR2(0x00020000,type_int_begin)
38 ATTR(h_remove)
39 ATTR(id)
40 ATTR(flags)
41 ATTR(w_remove)
42 ATTR(x_remove)
43 ATTR(y_remove)
44 ATTR(flush_size)
45 ATTR(flush_time)
46 ATTR(zipfile_ref)
47 ATTR(country_id)
48 ATTR(position_sats)
49 ATTR(position_sats_used)
50 ATTR(update)
51 ATTR(follow)
52 ATTR(length)
53 ATTR(time)
54 ATTR(destination_length)
55 ATTR(destination_time)
56 ATTR(speed)
57 ATTR(interval)
58 ATTR(position_qual)
59 ATTR(zoom)
60 ATTR(retry_interval)
61 ATTR(projection)
62 ATTR(offroad)
63 ATTR(vocabulary_name)
64 ATTR(vocabulary_name_systematic)
65 ATTR(vocabulary_distances)
66 ATTR(announce_name_systematic_first)
67 ATTR(antialias)
68 ATTR(order_delta)
69 ATTR(baudrate)
70 ATTR(font_size_remove)
71 ATTR(icon_xs)
72 ATTR(icon_l)
73 ATTR(icon_s)
74 ATTR(spacing)
75 ATTR(recent_dest)
76 ATTR(destination_distance)
77 ATTR(check_version)
78 ATTR(details)
79 ATTR(width)
80 ATTR(offset)
81 ATTR(directed)
82 ATTR(radius)
83 ATTR(text_size)
84 ATTR(level)
85 ATTR(icon_w)
86 ATTR(icon_h)
87 ATTR(rotation)
88 ATTR(checksum_ignore)
89 ATTR(position_fix_type)
90 ATTR(timeout)
91 ATTR(orientation)
92 ATTR(keyboard)
93 ATTR(position_sats_signal)
94 ATTR(cps)
95 ATTR(fast)
96 ATTR(osd_configuration)
97 ATTR(columns)
98 ATTR(align)
99 ATTR(sat_prn)
100 ATTR(sat_elevation)
101 ATTR(sat_azimuth)
102 ATTR(sat_snr)
103 ATTR(autozoom)
104 ATTR(version)
105 ATTR(autozoom_min)
106 ATTR(maxspeed)
107 ATTR(cdf_histsize)
108 ATTR(message_maxage)
109 ATTR(message_maxnum)
110 ATTR(pitch)
111 ATTR(roll)
112 ATTR(yaw)
113 ATTR(route_status)
114 ATTR(route_weight)
115 ATTR(distance_metric)
116 ATTR(route_mode)
117 ATTR(maxspeed_handling)
118 ATTR(flags_forward_mask)
119 ATTR(flags_reverse_mask)
120 ATTR(house_number_interpolation)
121 ATTR(house_number_left_interpolation)
122 ATTR(house_number_right_interpolation)
123 ATTR(delay)
124 ATTR(lag)
125 ATTR(bpp)
126 ATTR(fullscreen)
127 ATTR(windowid)
128 ATTR(hog)
129 ATTR(flags_town)
130 ATTR(flags_street)
131 ATTR(flags_house_number)
132 ATTR(use_camera)
133 ATTR(flags_graphics)
134 ATTR(zoom_min)
135 ATTR(zoom_max)
136 ATTR(gamma)
137 ATTR(brightness)
138 ATTR(contrast)
139 ATTR(height)
140 ATTR(minspeed)
141 ATTR(recspeed)
142 ATTR(speed_cond)
143 ATTR(shmkey)
144 ATTR(vehicle_width)
145 ATTR(vehicle_length)
146 ATTR(vehicle_height)
147 ATTR(vehicle_weight)
148 ATTR(vehicle_axle_weight)
149 ATTR(vehicle_dangerous_goods)
150 ATTR(shmsize)
151 ATTR(shmoffset)
152 ATTR(speed_category)
153 ATTR(static_speed)
154 ATTR(static_distance)
155 ATTR(through_traffic_penalty)
156 ATTR(through_traffic_flags)
157 ATTR(speed_exceed_limit_offset)
158 ATTR(speed_exceed_limit_percent)
159 ATTR(map_border)
160 ATTR(angle_pref)
161 ATTR(connected_pref)
162 ATTR(nostop_pref)
163 ATTR(offroad_limit_pref)
164 ATTR(route_pref)
165 ATTR(overspeed_pref)
166 ATTR(overspeed_percent_pref)
167 ATTR(autosave_period)
168 ATTR(tec_type)
169 ATTR(tec_dirtype)
170 ATTR(tec_direction)
171 ATTR(imperial)
172 ATTR(update_period)
173 ATTR(tunnel_extrapolation)
174 ATTR2(0x00027500,type_rel_abs_begin)
175 /* These attributes are int that can either hold relative *
176 * or absolute values. A relative value is indicated by *
177 * adding 0x60000000. *
178 * *
179 * The range of valid absolute values is -0x40000000 to *
180 * 0x40000000, the range of relative values is from *
181 * -0x20000000 to 0x20000000. */
182 ATTR(h)
183 ATTR(w)
184 ATTR(x)
185 ATTR(y)
186 ATTR(font_size)
187
188 ATTR2(0x00028000,type_boolean_begin)
189 /* boolean */
190 ATTR(overwrite)
191 ATTR(active)
192 ATTR(follow_cursor)
193 ATTR(orientation_removeme)
194 ATTR(tracking)
195 ATTR(menubar)
196 ATTR(statusbar)
197 ATTR(toolbar)
198 ATTR(animate)
199 ATTR(lazy)
200 ATTR(mkdir)
201 ATTR(predraw)
202 ATTR(postdraw)
203 ATTR(button)
204 ATTR(ondemand)
205 ATTR(menu_on_map_click)
206 ATTR(direction)
207 ATTR(route_follow_straight_REMOVE) // This is to be removed with the next version
208 ATTR(gui_speech)
209 ATTR(town_id) /* fixme? */
210 ATTR(street_id) /* fixme? */
211 ATTR(district_id) /* fixme? */
212 ATTR(drag_bitmap)
213 ATTR(use_mousewheel)
214 ATTR(fullscreen_old)
215 ATTR(position_magnetic_direction)
216 ATTR(use_overlay)
217 ATTR(night_mode)
218 ATTR(autozoom_active)
219 ATTR(position_valid)
220 ATTR(frame)
221 ATTR(tell_street_name)
222 ATTR(bluetooth)
223 ATTR(signal_on_map_click)
224 ATTR(route_active)
225 ATTR(search_active)
226 ATTR(unsuspend)
227 ATTR(announce_on)
228 ATTR(disable_reset)
229 ATTR(autostart)
230 ATTR(readwrite)
231 ATTR(cache)
232 ATTR(create)
233 ATTR(persistent)
234 ATTR2(0x0002ffff,type_int_end)
235 ATTR2(0x00030000,type_string_begin)
236 ATTR(type)
237 ATTR(label)
238 ATTR(data)
239 ATTR(charset)
240 ATTR(country_all)
241 ATTR(country_iso3)
242 ATTR(country_iso2)
243 ATTR(country_car)
244 ATTR(country_name)
245 ATTR(town_name)
246 ATTR(town_postal)
247 ATTR(district_name)
248 ATTR(street_name)
249 ATTR(street_name_systematic)
250 ATTR(street_number)
251 ATTR(debug)
252 ATTR(address)
253 ATTR(phone)
254 ATTR(entry_fee)
255 ATTR(open_hours)
256 ATTR(skin)
257 ATTR(fullscreen_removeme)
258 ATTR(view_mode)
259 ATTR(tilt)
260 ATTR(media_window_title)
261 ATTR(media_cmd)
262 ATTR(image_codec)
263 /* poi */
264 ATTR(icono)
265 ATTR(info_html)
266 ATTR(price_html)
267 /* navigation */
268 ATTR(navigation_short)
269 ATTR(navigation_long)
270 ATTR(navigation_long_exact)
271 ATTR(navigation_speech)
272 ATTR(name)
273 ATTR(cursorname)
274 ATTR(source)
275 ATTR(description)
276 ATTR(gc_type)
277 ATTR(layout)
278 ATTR(position_nmea)
279 ATTR(gpsd_query)
280 ATTR(on_eof)
281 ATTR(command)
282 ATTR(src)
283 ATTR(path)
284 ATTR(font)
285 ATTR(url_local)
286 ATTR(gc_size)
287 ATTR(gc_difficulty)
288 ATTR(gc_terrain)
289 ATTR(icon_src)
290 ATTR(position_time_iso8601)
291 ATTR(house_number)
292 ATTR(osm_member)
293 ATTR(osm_tag)
294 ATTR(municipality_name)
295 ATTR(county_name)
296 ATTR(state_name)
297 ATTR(message)
298 ATTR(callbacks)
299 ATTR(enable_expression)
300 ATTR(fax)
301 ATTR(email)
302 ATTR(url)
303 ATTR(profilename)
304 ATTR(projectionname)
305 ATTR(town_or_district_name)
306 ATTR(postal)
307 ATTR(postal_mask)
308 ATTR(house_number_first)
309 ATTR(house_number_last)
310 ATTR(house_number_left_first)
311 ATTR(house_number_left_last)
312 ATTR(house_number_right_first)
313 ATTR(house_number_right_last)
314 ATTR(town_name_match)
315 ATTR(district_name_match)
316 ATTR(street_name_match)
317 ATTR(language)
318 ATTR(subtype)
319 ATTR(filter)
320 ATTR(daylayout)
321 ATTR(nightlayout)
322 ATTR(xml_text)
323 ATTR(layout_name)
324 ATTR(user_name)
325 ATTR(user_pass)
326 ATTR(status_text)
327 ATTR(log_gpx_desc)
328 ATTR(map_pass)
329 ATTR(validity_period)
330 ATTR(socket)
331 ATTR(house_number_left)
332 ATTR(house_number_left_odd)
333 ATTR(house_number_left_even)
334 ATTR(house_number_right)
335 ATTR(house_number_right_odd)
336 ATTR(house_number_right_even)
337 ATTR(map_release)
338 ATTR(accesskey)
339 ATTR(http_method)
340 ATTR(http_header)
341 ATTR(progress)
342 ATTR(sample_dir)
343 ATTR(sample_suffix)
344 ATTR(dbus_destination)
345 ATTR(dbus_path)
346 ATTR(dbus_interface)
347 ATTR(dbus_method)
348 ATTR(osm_is_in)
349 ATTR(house_number_dummy)
350 ATTR(street_name_dummy)
351 ATTR2(0x0003ffff,type_string_end)
352 ATTR2(0x00040000,type_special_begin)
353 ATTR(order)
354 ATTR(item_type)
355 ATTR(item_types)
356 ATTR(dash)
357 ATTR(sequence_range)
358 ATTR(angle_range)
359 ATTR(speed_range)
360 ATTR(attr_types)
361 ATTR(ch_edge)
362 ATTR(zipfile_ref_block)
363 ATTR(item_id)
364 ATTR(pdl_gps_update)
365 ATTR2(0x0004ffff,type_special_end)
366 ATTR2(0x00050000,type_double_begin)
367 ATTR(position_height)
368 ATTR(position_speed)
369 ATTR(position_direction)
370 ATTR(position_hdop)
371 ATTR(position_radius)
372 ATTR(position_longitude)
373 ATTR(position_latitude)
374 ATTR2(0x0005ffff,type_double_end)
375 ATTR2(0x00060000,type_coord_geo_begin)
376 ATTR(position_coord_geo)
377 ATTR(center)
378 ATTR(click_coord_geo)
379 ATTR2(0x0006ffff,type_coord_geo_end)
380 ATTR2(0x00070000,type_color_begin)
381 ATTR(color)
382 ATTR(color2)
383 ATTR(background_color)
384 ATTR(text_color)
385 ATTR(idle_color)
386 ATTR(background_color2)
387 ATTR2(0x0007ffff,type_color_end)
388 ATTR2(0x00080000,type_object_begin)
389 ATTR(navit)
390 ATTR(log)
391 ATTR(callback)
392 ATTR(route)
393 ATTR(navigation)
394 ATTR(vehicle)
395 ATTR(map)
396 ATTR(bookmark_map)
397 ATTR(bookmarks)
398 ATTR(former_destination_map)
399 ATTR(graphics)
400 ATTR(gui)
401 ATTR(trackingo) /* fixme */
402 ATTR(plugins)
403 ATTR(layer)
404 ATTR(itemgra)
405 ATTR(polygon)
406 ATTR(polyline)
407 ATTR(circle)
408 ATTR(text)
409 ATTR(icon)
410 ATTR(image)
411 ATTR(arrows)
412 ATTR(mapset)
413 ATTR(osd)
414 ATTR(plugin)
415 ATTR(speech)
416 ATTR(coord)
417 ATTR(private_data)
418 ATTR(callback_list)
419 ATTR(displaylist)
420 ATTR(transformation)
421 ATTR(vehicleprofile)
422 ATTR(roadprofile)
423 ATTR(announcement)
424 ATTR(cursor)
425 ATTR(config)
426 ATTR2(0x0008ffff,type_object_end)
427 ATTR2(0x00090000,type_coord_begin)
428 ATTR2(0x0009ffff,type_coord_end)
429 ATTR2(0x000a0000,type_pcoord_begin)
430 ATTR(destination)
431 ATTR(position)
432 ATTR2(0x000affff,type_pcoord_end)
433 ATTR2(0x000b0000,type_callback_begin)
434 ATTR(resize)
435 ATTR(motion)
436 ATTR(keypress)
437 ATTR(window_closed)
438 ATTR(log_gpx)
439 ATTR(log_textfile)
440 ATTR(graphics_ready)
441 ATTR(destroy)
442 ATTR2(0x000bffff,type_callback_end)
443 ATTR2(0x000c0000,type_int64_begin)
444 ATTR(osm_nodeid)
445 ATTR(osm_wayid)
446 ATTR(osm_relationid)
447 ATTR2(0x000cffff,type_int64_end)
448 ATTR2(0x000d0000,type_group_begin)
449 ATTR(speed_dep)
450 ATTR2(0x000dffff,type_group_end)
451 ATTR2(0x000e0000,type_item_type_begin)
452 ATTR(alt_item_type)
453 ATTR2(0x000effff,type_item_type_end)

   
Visit the ZANavi Wiki