Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <ctime>
#include "NWWriter_OpenDrive.h"
#include <utils/iodevices/OutputDevice_String.h>
#include <utils/common/MsgHandler.h>
#include <netbuild/NBEdgeCont.h>
#include <netbuild/NBNode.h>
#include <netbuild/NBNodeCont.h>
#include <netbuild/NBNetBuilder.h>
#include <utils/options/OptionsCont.h>
#include <utils/iodevices/OutputDevice.h>
#include <utils/common/StdDefs.h>
#include <utils/common/StringUtils.h>
#include <utils/common/StringTokenizer.h>
#include <utils/geom/GeoConvHelper.h>
#include <regex>
Go to the source code of this file.
Macros | |
#define | DEBUGCOND true |
#define | INVALID_ID -1 |
#define | MIN_TURN_DIAMETER 2.0 |
#define | ROAD_OBJECTS "roadObjects" |
Definition in file NWWriter_OpenDrive.cpp.
#define DEBUGCOND true |
Definition at line 43 of file NWWriter_OpenDrive.cpp.
#define INVALID_ID -1 |
Definition at line 40 of file NWWriter_OpenDrive.cpp.
#define MIN_TURN_DIAMETER 2.0 |
Definition at line 45 of file NWWriter_OpenDrive.cpp.
#define ROAD_OBJECTS "roadObjects" |
Definition at line 47 of file NWWriter_OpenDrive.cpp.