diff options
Diffstat (limited to 'navit/vehicleprofile.h')
-rw-r--r-- | navit/vehicleprofile.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/navit/vehicleprofile.h b/navit/vehicleprofile.h index 47ce832f3..209815ec8 100644 --- a/navit/vehicleprofile.h +++ b/navit/vehicleprofile.h @@ -18,14 +18,14 @@ */ struct vehicleprofile { - int mode; /**< 0 = Auto, 1 = On-Road, 2 = Off-Road */ - int flags_forward_mask; /**< Flags mask for moving in positive direction */ - int flags_reverse_mask; /**< Flags mask for moving in reverse direction */ - int flags; /**< Required flags to move through a segment */ - int maxspeed_handling; /**< 0 = Always, 1 = Only if lower, 2 = Never */ - 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 + int mode; /**< 0 = Auto, 1 = On-Road, 2 = Off-Road */ + int flags_forward_mask; /**< Flags mask for moving in positive direction */ + int flags_reverse_mask; /**< Flags mask for moving in reverse direction */ + int flags; /**< Required flags to move through a segment */ + int maxspeed_handling; /**< 0 = Always, 1 = Only if lower, 2 = Never */ + 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 struct attr **attrs; GHashTable *roadprofile_hash; }; |