summaryrefslogtreecommitdiff
path: root/navit/vehicleprofile.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-09-06 08:23:08 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-09-06 08:23:08 +0000
commitfb3fa2179643c8ad35578373ddd0f1ef890371fb (patch)
treeca32eb4d51ffe28b28658fca6a68dfab575f3160 /navit/vehicleprofile.h
parent4a28aae57141508ca199b4436224b3c46dff5a8a (diff)
downloadnavit-fb3fa2179643c8ad35578373ddd0f1ef890371fb.tar.gz
Add:Core:Allow to set turn around penalty for route in difficult routing situations
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5631 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/vehicleprofile.h')
-rw-r--r--navit/vehicleprofile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/vehicleprofile.h b/navit/vehicleprofile.h
index 88edad41f..67d3f4fa1 100644
--- a/navit/vehicleprofile.h
+++ b/navit/vehicleprofile.h
@@ -42,6 +42,7 @@ struct vehicleprofile {
GHashTable *roadprofile_hash;
struct attr active_callback;
int turn_around_penalty; /**< Penalty when turning around */
+ int turn_around_penalty2; /**< Penalty when turning around, for planned turn arounds */
};
struct vehicleprofile * vehicleprofile_new(struct attr *parent, struct attr **attrs);