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
commitd55391b3efb6f3354d09af824a109f383df9a160 (patch)
treeca32eb4d51ffe28b28658fca6a68dfab575f3160 /navit/vehicleprofile.h
parente8933abe2d320fe776ba6742d06c6a077dfa1b33 (diff)
downloadnavit-svn-d55391b3efb6f3354d09af824a109f383df9a160.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 88edad41..67d3f4fa 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);