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 <memory>
#include <utils/common/ToString.h>
#include <utils/common/FileHelpers.h>
#include <utils/vehicle/DijkstraRouter.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 <utils/xml/SUMOVehicleParserHelper.h>
#include <microsim/lcmodels/MSAbstractLaneChangeModel.h>
#include <microsim/pedestrians/MSPerson.h>
#include <microsim/pedestrians/MSPModel.h>
#include <microsim/devices/MSDevice_Transportable.h>
#include <microsim/devices/MSRoutingEngine.h>
#include <microsim/devices/MSDevice_Vehroutes.h>
#include <microsim/output/MSStopOut.h>
#include <microsim/trigger/MSChargingStation.h>
#include <microsim/traffic_lights/MSTrafficLightLogic.h>
#include "MSVehicleControl.h"
#include "MSVehicleTransfer.h"
#include "MSGlobals.h"
#include "MSJunctionLogic.h"
#include "MSStoppingPlace.h"
#include "MSParkingArea.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 "MSDriverState.h"
Include dependency graph for MSVehicle.cpp:

Go to the source code of this file.

Macros

#define CRLL_LOOK_AHEAD   5
 
#define DEBUG_COND   (isSelected())
 
#define DIST_TO_STOPLINE_EXPECT_PRIORITY   1.0
 
#define JUNCTION_BLOCKAGE_TIME   5
 
#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 Luecken
Lara Codeca
Date
Mon, 05 Mar 2001
Version
$Id$

Definition in file MSVehicle.cpp.

Macro Definition Documentation

◆ CRLL_LOOK_AHEAD

#define CRLL_LOOK_AHEAD   5

Definition at line 106 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 111 of file MSVehicle.cpp.

Referenced by MSVehicle::planMoveInternal().

◆ JUNCTION_BLOCKAGE_TIME

#define JUNCTION_BLOCKAGE_TIME   5

Definition at line 108 of file MSVehicle.cpp.

Referenced by MSVehicle::checkLinkLeader().

◆ STOPPING_PLACE_OFFSET

#define STOPPING_PLACE_OFFSET   0.5

Definition at line 104 of file MSVehicle.cpp.

Referenced by MSVehicle::processNextStop().