Modularized vehicle
[navit-package] / src / attr_def.h
1 /* prototypes */
2
3 /* common */
4 ATTR2(0x00000000,none)
5 ATTR(any)
6
7 ATTR2(0x00010000,type_item_begin)
8 ATTR(town_streets_item)
9 ATTR(street_name_item)
10 ATTR(street_name_numbers_item)
11 ATTR(street_item)
12 ATTR(street_number_item)
13 ATTR(item_type)
14 ATTR2(0x0001ffff,type_item_end)
15
16 ATTR2(0x00020000,type_int_begin)
17 ATTR(h)
18 ATTR(id)
19 ATTR(flags)
20 ATTR(w)
21 ATTR(x)
22 ATTR(y)
23 ATTR(flush_size)
24 ATTR(flush_time)
25 ATTR(zipfile_ref)
26 ATTR(country_id)
27 ATTR(position_sats)
28 ATTR(position_sats_used)
29 ATTR(update)
30 ATTR(follow)
31 ATTR2(0x00028000,type_boolean_begin)
32 /* boolean */
33 ATTR(overwrite)
34 ATTR(active)
35 ATTR2(0x0002ffff,type_int_end)
36 ATTR2(0x00030000,type_string_begin)
37 ATTR(type)
38 ATTR(label)
39 ATTR(data)
40 ATTR(charset)
41 ATTR(country_all)
42 ATTR(country_iso3)
43 ATTR(country_iso2)
44 ATTR(country_car)
45 ATTR(country_name)
46 ATTR(town_name)
47 ATTR(town_postal)
48 ATTR(district_name)
49 ATTR(street_name)
50 ATTR(street_name_systematic)
51 ATTR(street_number)
52 ATTR(debug)
53 ATTR(address)
54 ATTR(phone)
55 ATTR(entry_fee)
56 ATTR(open_hours)
57 ATTR(skin)
58 ATTR(fullscreen)
59 ATTR(view_mode)
60 ATTR(tilt)
61 ATTR(media_window_title)
62 ATTR(media_cmd)
63 /* poi */
64 ATTR(icon)
65 ATTR(info_html)
66 ATTR(price_html)
67 /* navigation */
68 ATTR(navigation_short)
69 ATTR(navigation_long)
70 ATTR(navigation_long_exact)
71 ATTR(navigation_speech)
72 ATTR(name)
73 ATTR(source)
74 ATTR2(0x0003ffff,type_string_end)
75 ATTR(order_limit)
76 ATTR2(0x00050000,type_double_start)
77 ATTR(position_height)
78 ATTR(position_speed)
79 ATTR(position_direction)
80 ATTR2(0x0005ffff,type_double_end)
81 ATTR2(0x00060000,type_coord_geo_start)
82 ATTR(position_coord_geo)
83 ATTR2(0x0006ffff,type_coord_geo_end)
84 ATTR2(0x00070000,type_color_begin)
85 ATTR(color)
86 ATTR2(0x0007ffff,type_color_end)
87 ATTR2(0x00080000,type_object_begin)
88 ATTR(navit)
89 ATTR(log)
90 ATTR(callback)
91 ATTR2(0x0008ffff,type_object_end)