diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2013-03-11 22:07:25 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2013-03-11 22:07:25 +0000 |
commit | ce6773e3f270da67e7fbc44ff4f8da101f282f7c (patch) | |
tree | 38eca646886250be94d5e703236bb263b7fc3773 /navit/vehicleprofile.h | |
parent | d366fa5a32d9ab1883d846c8d207b91a0f085601 (diff) | |
download | navit-ce6773e3f270da67e7fbc44ff4f8da101f282f7c.tar.gz |
Fix:Core:Consider route_depth of profile options
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5412 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicleprofile.h')
-rw-r--r-- | navit/vehicleprofile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/vehicleprofile.h b/navit/vehicleprofile.h index ecded6bba..2733d722d 100644 --- a/navit/vehicleprofile.h +++ b/navit/vehicleprofile.h @@ -31,6 +31,7 @@ struct vehicleprofile { int static_speed; /**< Maximum speed of vehicle to consider it stationary */ int static_distance; /**< Maximum distance of previous position of vehicle to consider it stationary */ char *name; /**< the vehicle profile name */ + char *route_depth; /**< the route depth attribute */ int width; /**< Width of the vehicle in cm */ int height; /**< Height of the vehicle in cm */ int length; /**< Length of the vehicle in cm */ |