#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
A container for constants that define the path of a vehicle on the road in terms of design-vehicles a...
Definition: roadConstants.h:21
virtual double default1LaneSpeedLimit() const
Speed limits assumed when the rail segment limit is just a default value.
Definition: roadConstants.h:87
virtual double maxDesignVehicleLength() const
Default value 12.2.
Definition: roadConstants.h:79
virtual double minDesignVehicleTurnRadius() const
The smallest turn radius that the logic assumes for roads.
Definition: roadConstants.h:73
virtual double maxDesignDriverSpeed() const
This parameter helps determine the curve between segments when the bend is very slight.
Definition: roadConstants.h:55
virtual double default3LaneSpeedLimit() const
Default value 27.78.
Definition: roadConstants.h:93
virtual double maxDesignDriverLateralAcceleration_G() const
Typical value (see AASHTO Green Book), civilian driver comfort level.
Definition: roadConstants.h:49
virtual double default2LaneSpeedLimit() const
Default value 22.22.
Definition: roadConstants.h:90
static DtRoadConstants * theRoadConstants
The road constants are constant during run time.
Definition: roadConstants.h:28
virtual double maxDesignVehicleWidth() const
Default value 2.44.
Definition: roadConstants.h:76
virtual double typicalMaxSpeedLimitExceedFactor() const
This is the factor that is multiplied by the road speed limit to predict the maximum speed of another...
Definition: roadConstants.h:62