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/options/OptionsCont.h>
#include <utils/common/ToString.h>
#include <utils/common/FileHelpers.h>
#include <utils/common/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/geom/Line.h>
#include <utils/iodevices/OutputDevice.h>
#include <utils/iodevices/BinaryInputDevice.h>
#include <utils/xml/SUMOSAXAttributes.h>
#include <microsim/MSVehicleControl.h>
#include <microsim/MSVehicleTransfer.h>
#include <microsim/MSGlobals.h>
#include "trigger/MSBusStop.h"
#include "devices/MSDevice_Person.h"
#include "MSEdgeWeightsStorage.h"
#include "MSAbstractLaneChangeModel.h"
#include "MSMoveReminder.h"
#include "MSPerson.h"
#include "MSPersonControl.h"
#include "MSLane.h"
#include "MSVehicle.h"
#include "MSEdge.h"
#include "MSVehicleType.h"
#include "MSNet.h"
#include "MSRoute.h"
#include "MSLinkCont.h"

Go to the source code of this file.

Macros

#define BUS_STOP_OFFSET   0.5
 
#define CRLL_LOOK_AHEAD   5
 
#define DIST_TO_STOPLINE_EXPECT_PRIORITY   1.0
 

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
Date
Mon, 05 Mar 2001
Version
Id
MSVehicle.cpp 16560 2014-06-09 20:54:15Z behrisch

Definition in file MSVehicle.cpp.

Macro Definition Documentation

#define BUS_STOP_OFFSET   0.5

Definition at line 96 of file MSVehicle.cpp.

Referenced by MSVehicle::processNextStop().

#define CRLL_LOOK_AHEAD   5

Definition at line 98 of file MSVehicle.cpp.

Referenced by MSVehicle::planMoveInternal().

#define DIST_TO_STOPLINE_EXPECT_PRIORITY   1.0

Definition at line 101 of file MSVehicle.cpp.

Referenced by MSVehicle::planMoveInternal().