Eclipse SUMO - Simulation of Urban MObility
MSLane.cpp File Reference
#include <config.h>
#include <cmath>
#include <bitset>
#include <iostream>
#include <cassert>
#include <functional>
#include <algorithm>
#include <iterator>
#include <exception>
#include <climits>
#include <set>
#include <utils/common/UtilExceptions.h>
#include <utils/common/StdDefs.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/ToString.h>
#include <utils/options/OptionsCont.h>
#include <utils/emissions/HelpersHarmonoise.h>
#include <utils/geom/GeomHelper.h>
#include <libsumo/TraCIConstants.h>
#include <microsim/transportables/MSPModel.h>
#include <microsim/transportables/MSTransportableControl.h>
#include <microsim/traffic_lights/MSRailSignal.h>
#include <microsim/lcmodels/MSAbstractLaneChangeModel.h>
#include <mesosim/MELoop.h>
#include "MSNet.h"
#include "MSVehicleType.h"
#include "MSEdge.h"
#include "MSEdgeControl.h"
#include "MSJunction.h"
#include "MSLogicJunction.h"
#include "MSLink.h"
#include "MSLane.h"
#include "MSVehicleTransfer.h"
#include "MSGlobals.h"
#include "MSVehicleControl.h"
#include "MSInsertionControl.h"
#include "MSLeaderInfo.h"
#include "MSVehicle.h"
#include "MSStop.h"
Include dependency graph for MSLane.cpp:

Go to the source code of this file.

Macros

#define DEBUG_COND   (isSelected())
 
#define DEBUG_COND2(obj)   ((obj != 0 && (obj)->isSelected()))
 

Detailed Description

Author
Christian Roessel
Jakob Erdmann
Daniel Krajzewicz
Tino Morenz
Axel Wegener
Michael Behrisch
Christoph Sommer
Mario Krumnow
Leonhard Luecken
Mirko Barthauer
Date
Mon, 05 Mar 2001

Definition in file MSLane.cpp.

Macro Definition Documentation

◆ DEBUG_COND

#define DEBUG_COND   (isSelected())

Definition at line 93 of file MSLane.cpp.

◆ DEBUG_COND2

#define DEBUG_COND2 (   obj)    ((obj != 0 && (obj)->isSelected()))

Definition at line 95 of file MSLane.cpp.