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

Diff of /navit/navit/attr.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 26 Revision 27
1/**
2 * ZANavi, Zoff Android Navigation system.
3 * Copyright (C) 2011-2012 Zoff <zoff@zoff.cc>
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU 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 General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * 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
1/** 20/**
2 * Navit, a modular navigation system. 21 * Navit, a modular navigation system.
3 * Copyright (C) 2005-2008 Navit Team 22 * Copyright (C) 2005-2008 Navit Team
4 * 23 *
5 * This program is free software; you can redistribute it and/or 24 * This program is free software; you can redistribute it and/or
51#define AF_TOLL (1<<10) 70#define AF_TOLL (1<<10)
52#define AF_SEASONAL (1<<11) 71#define AF_SEASONAL (1<<11)
53#define AF_UNPAVED (1<<12) 72#define AF_UNPAVED (1<<12)
54#define AF_FORD (1<<13) 73#define AF_FORD (1<<13)
55#define AF_UNDERGROUND (1<<14) 74#define AF_UNDERGROUND (1<<14)
75#define AF_BRIDGE (1<<15) // NEW !!
56#define AF_DANGEROUS_GOODS (1<<19) 76#define AF_DANGEROUS_GOODS (1<<19)
57#define AF_EMERGENCY_VEHICLES (1<<20) 77#define AF_EMERGENCY_VEHICLES (1<<20)
58#define AF_TRANSPORT_TRUCK (1<<21) 78#define AF_TRANSPORT_TRUCK (1<<21)
59#define AF_DELIVERY_TRUCK (1<<22) 79#define AF_DELIVERY_TRUCK (1<<22)
60#define AF_PUBLIC_BUS (1<<23) 80#define AF_PUBLIC_BUS (1<<23)

Legend:
Removed from v.26  
changed lines
  Added in v.27

   
Visit the ZANavi Wiki