|
navit
0.5.3-trunk
|
Parsed data for a cached item. More...
Data Fields | |
| enum item_type | type |
| int | id_hi |
| int | id_lo |
| int | flags |
| struct attr ** | attrs |
| struct coord * | coords |
| int | coord_count |
| int | delay |
| int | is_matched |
Parsed data for a cached item.
| struct attr** parsed_item::attrs |
The attributes for the item, NULL-terminated
Referenced by parsed_item_destroy(), and traffic_message_restore_segments().
| int parsed_item::coord_count |
The number of elements in coords
Referenced by traffic_message_restore_segments().
| struct coord* parsed_item::coords |
The coordinates for the item
Referenced by parsed_item_destroy(), and traffic_message_restore_segments().
| int parsed_item::delay |
Delay in deciseconds
Referenced by traffic_message_restore_segments().
| int parsed_item::flags |
Access and other flags for the item
Referenced by traffic_message_restore_segments().
| int parsed_item::id_hi |
The high-order part of the identifier
Referenced by traffic_message_restore_segments().
| int parsed_item::id_lo |
The low-order part of the identifier
Referenced by traffic_message_restore_segments().
| int parsed_item::is_matched |
Whether any of the maps has a matching item
Referenced by traffic_message_restore_segments().
| enum item_type parsed_item::type |
The item type
Referenced by traffic_message_restore_segments().