navit  0.5.3-trunk
parsed_item Struct Reference

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 coordcoords
 
int coord_count
 
int delay
 
int is_matched
 

Detailed Description

Parsed data for a cached item.

Field Documentation

◆ attrs

struct attr** parsed_item::attrs

The attributes for the item, NULL-terminated

Referenced by parsed_item_destroy(), and traffic_message_restore_segments().

◆ coord_count

int parsed_item::coord_count

The number of elements in coords

Referenced by traffic_message_restore_segments().

◆ coords

struct coord* parsed_item::coords

The coordinates for the item

Referenced by parsed_item_destroy(), and traffic_message_restore_segments().

◆ delay

int parsed_item::delay

Delay in deciseconds

Referenced by traffic_message_restore_segments().

◆ flags

int parsed_item::flags

Access and other flags for the item

Referenced by traffic_message_restore_segments().

◆ id_hi

int parsed_item::id_hi

The high-order part of the identifier

Referenced by traffic_message_restore_segments().

◆ id_lo

int parsed_item::id_lo

The low-order part of the identifier

Referenced by traffic_message_restore_segments().

◆ is_matched

int parsed_item::is_matched

Whether any of the maps has a matching item

Referenced by traffic_message_restore_segments().

◆ type

enum item_type parsed_item::type

The item type

Referenced by traffic_message_restore_segments().


The documentation for this struct was generated from the following file: