Eclipse SUMO - Simulation of Urban MObility
NIImporter_OpenDrive.cpp File Reference
Include dependency graph for NIImporter_OpenDrive.cpp:

Go to the source code of this file.

Macros

#define DEBUG_COND(road)   ((road)->id == DEBUG_ID)
 
#define DEBUG_COND2(edgeID)   (StringUtils::startsWith((edgeID), DEBUG_ID))
 
#define DEBUG_COND3(roadID)   (roadID == DEBUG_ID)
 
#define DEBUG_ID   ""
 

Functions

bool operator< (const NIImporter_OpenDrive::Connection &c1, const NIImporter_OpenDrive::Connection &c2)
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Laura Bieker
Mirko Barthauer
Date
Mon, 14.04.2008

Definition in file NIImporter_OpenDrive.cpp.

Macro Definition Documentation

◆ DEBUG_COND

#define DEBUG_COND (   road)    ((road)->id == DEBUG_ID)

Definition at line 66 of file NIImporter_OpenDrive.cpp.

◆ DEBUG_COND2

#define DEBUG_COND2 (   edgeID)    (StringUtils::startsWith((edgeID), DEBUG_ID))

Definition at line 67 of file NIImporter_OpenDrive.cpp.

◆ DEBUG_COND3

#define DEBUG_COND3 (   roadID)    (roadID == DEBUG_ID)

Definition at line 68 of file NIImporter_OpenDrive.cpp.

◆ DEBUG_ID

#define DEBUG_ID   ""

Definition at line 65 of file NIImporter_OpenDrive.cpp.

Function Documentation

◆ operator<()

bool operator< ( const NIImporter_OpenDrive::Connection c1,
const NIImporter_OpenDrive::Connection c2 
)

Definition at line 2831 of file NIImporter_OpenDrive.cpp.