![]() |
SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Data Structures | |
class | SUMOXMLDefinitions |
class for maintaining associations between enums and xml-strings More... | |
Definition in file SUMOXMLDefinitions.h.
enum LaneChangeModel |
Enumerator | |
---|---|
LCM_DK2008 | |
LCM_LC2013 | |
LCM_JE2013 |
Definition at line 753 of file SUMOXMLDefinitions.h.
enum LaneSpreadFunction |
Numbers representing special SUMO-XML-attribute values Information how the edge's lateral offset shall be computed In dependence to this value, lanes will be spread to the right side or to both sides from the given edge geometry (Also used when node positions are used as edge geometry).
Enumerator | |
---|---|
LANESPREAD_RIGHT | |
LANESPREAD_CENTER |
Definition at line 654 of file SUMOXMLDefinitions.h.
enum LinkDirection |
The different directions a link between two lanes may take (or a stream between two edges). used in netbuild (formerly NBMMLDirection) and MSLink.
Definition at line 712 of file SUMOXMLDefinitions.h.
enum LinkState |
The right-of-way state of a link between two lanes used when constructing a NBTrafficLightLogic, in MSLink and GNEInternalLane.
This enumerations holds the possible right-of-way rules a link may have. Beyond the righ-of-way rules, this enumeration also holds the possible traffic light states.
enum values are assigned so that chars can be cast back to linkstates
Definition at line 672 of file SUMOXMLDefinitions.h.
enum SumoXMLAttr |
Numbers representing SUMO-XML - attributes.
Definition at line 275 of file SUMOXMLDefinitions.h.
enum SumoXMLEdgeFunc |
Numbers representing special SUMO-XML-attribute values for representing edge functions used in netbuild/netimport and netload.
Enumerator | |
---|---|
EDGEFUNC_NORMAL | |
EDGEFUNC_CONNECTOR | |
EDGEFUNC_SINK | |
EDGEFUNC_SOURCE | |
EDGEFUNC_CROSSING | |
EDGEFUNC_WALKINGAREA | |
EDGEFUNC_INTERNAL |
Definition at line 635 of file SUMOXMLDefinitions.h.
enum SumoXMLNodeType |
Numbers representing special SUMO-XML-attribute values for representing node- (junction-) types used in netbuild/netimport and netload.
Definition at line 610 of file SUMOXMLDefinitions.h.
enum SumoXMLTag |
Numbers representing SUMO-XML - element names.
Definition at line 49 of file SUMOXMLDefinitions.h.
enum TrafficLightType |
Definition at line 735 of file SUMOXMLDefinitions.h.