![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <sstream>
#include <iostream>
#include <cassert>
#include <algorithm>
#include <utils/common/MsgHandler.h>
#include <utils/common/ToString.h>
#include <utils/options/OptionsCont.h>
#include "NBEdge.h"
#include "NBOwnTLDef.h"
#include "NBTrafficLightLogicCont.h"
#include "NBNodeCont.h"
#include "NBTypeCont.h"
#include "NBNode.h"
#include "NBAlgorithms.h"
Go to the source code of this file.
Macros | |
#define | DEBUGCOND (n.getID() == "C") |
Definition in file NBAlgorithms.cpp.
#define DEBUGCOND (n.getID() == "C") |
Definition at line 40 of file NBAlgorithms.cpp.