38#define G2N_KIND_MASK 0xF0000000
39#define G2N_KIND_SHIFT 28
40#define G2N_RGN1 (GROUP_RGN1<<29)
41#define G2N_RGN2 (GROUP_RGN2<<29)
enum item_type g2n_get_type(struct gar2nav_conv *c, unsigned int type, unsigned short id)
Definition gar2navit.c:152
char * g2n_get_descr(struct gar2nav_conv *c, int type, unsigned short id)
Definition gar2navit.c:184
struct gar2nav_conv * g2n_conv_load(char *file)
Definition gar2navit.c:136
struct gar2nav_conv * g2n_default_conv(void)
char type[3]
Definition garmin_img.c:2
item_type
Definition item_type_def.h:8
Definition gar2navit.h:43
struct gar2navit * polygons
Definition gar2navit.h:46
struct gar2navit * polylines
Definition gar2navit.h:45
struct gar2navit * points
Definition gar2navit.h:44
Definition gar2navit.h:26
struct gar2navit * next
Definition gar2navit.h:32
char * descr
Definition gar2navit.h:31
unsigned short maxid
Definition gar2navit.h:28
unsigned short id
Definition gar2navit.h:27
unsigned group
Definition gar2navit.h:30
enum item_type ntype
Definition gar2navit.h:29