SUMO - Simulation of Urban MObility
MSVehicle.cpp File Reference
#include <config.h>
#include <iostream>
#include <cassert>
#include <cmath>
#include <cstdlib>
#include <algorithm>
#include <map>
#include <utils/common/ToString.h>
#include <utils/common/FileHelpers.h>
#include <utils/vehicle/DijkstraRouterTT.h>
#include <utils/common/RandHelper.h>
#include <utils/emissions/PollutantsInterface.h>
#include <utils/emissions/HelpersHarmonoise.h>
#include <utils/common/StringUtils.h>
#include <utils/common/StdDefs.h>
#include <utils/geom/GeomHelper.h>
#include <utils/iodevices/OutputDevice.h>
#include <utils/iodevices/BinaryInputDevice.h>
#include <utils/xml/SUMOSAXAttributes.h>
#include <microsim/lcmodels/MSAbstractLaneChangeModel.h>
#include <microsim/pedestrians/MSPerson.h>
#include <microsim/devices/MSDevice_Transportable.h>
#include "MSVehicleControl.h"
#include "MSVehicleTransfer.h"
#include "MSGlobals.h"
#include "MSStoppingPlace.h"
#include "MSEdgeWeightsStorage.h"
#include "MSMoveReminder.h"
#include "MSTransportableControl.h"
#include "MSLane.h"
#include "MSJunction.h"
#include "MSVehicle.h"
#include "MSEdge.h"
#include "MSVehicleType.h"
#include "MSNet.h"
#include "MSRoute.h"
#include "MSLinkCont.h"
#include "MSLeaderInfo.h"
Include dependency graph for MSVehicle.cpp:

Go to the source code of this file.

Macros

#define CRLL_LOOK_AHEAD   5
 
#define DEBUG_COND   (getID() == "disabled")
 
#define DIST_TO_STOPLINE_EXPECT_PRIORITY   1.0
 
#define STOPPING_PLACE_OFFSET   0.5
 

Detailed Description

Author
Christian Roessel
Jakob Erdmann
Bjoern Hendriks
Daniel Krajzewicz
Thimor Bohn
Friedemann Wesner
Laura Bieker
Clemens Honomichl
Michael Behrisch
Axel Wegener
Christoph Sommer
Leonhard Lücken
Date
Mon, 05 Mar 2001
Version
Id
MSVehicle.cpp 21851 2016-10-31 12:20:12Z behrisch

Definition in file MSVehicle.cpp.

Macro Definition Documentation

§ CRLL_LOOK_AHEAD

#define CRLL_LOOK_AHEAD   5

Definition at line 97 of file MSVehicle.cpp.

Referenced by MSVehicle::planMoveInternal().

§ DEBUG_COND

§ DIST_TO_STOPLINE_EXPECT_PRIORITY

#define DIST_TO_STOPLINE_EXPECT_PRIORITY   1.0

Definition at line 100 of file MSVehicle.cpp.

Referenced by MSVehicle::planMoveInternal().

§ STOPPING_PLACE_OFFSET

#define STOPPING_PLACE_OFFSET   0.5

Definition at line 95 of file MSVehicle.cpp.

Referenced by MSVehicle::processNextStop().