![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <cassert>
#include <utils/options/OptionsCont.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/ToString.h>
#include "NBNetBuilder.h"
#include "NBNodeCont.h"
#include "NBNode.h"
#include "NBEdge.h"
#include "NBAlgorithms_Ramps.h"
Go to the source code of this file.
Macros | |
#define | DEBUGCOND(obj) ((obj != 0 && (obj)->getID() == DEBUGNODEID)) |
#define | DEBUGNODEID "260479469" |
#define | OFFRAMP_LOOKBACK 500 |
Definition in file NBAlgorithms_Ramps.cpp.
#define DEBUGCOND | ( | obj | ) | ((obj != 0 && (obj)->getID() == DEBUGNODEID)) |
Definition at line 38 of file NBAlgorithms_Ramps.cpp.
#define DEBUGNODEID "260479469" |
Definition at line 37 of file NBAlgorithms_Ramps.cpp.
#define OFFRAMP_LOOKBACK 500 |
Definition at line 34 of file NBAlgorithms_Ramps.cpp.