![]() |
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 LaneChangeAction |
The state of a vehicle's lane-change behavior.
Definition at line 774 of file SUMOXMLDefinitions.h.
enum LaneChangeModel |
Enumerator | |
---|---|
LCM_DK2008 | |
LCM_LC2013 | |
LCM_JE2013 | |
LCM_SL2015 | |
LCM_DEFAULT |
Definition at line 850 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 676 of file SUMOXMLDefinitions.h.
enum LateralAlignment |
Numbers representing special SUMO-XML-attribute values Information how vehicles align themselves within their lane by default.
Enumerator | |
---|---|
LATALIGN_RIGHT | |
LATALIGN_CENTER | |
LATALIGN_ARBITRARY | |
LATALIGN_NICE | |
LATALIGN_COMPACT | |
LATALIGN_LEFT |
Definition at line 866 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 734 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 694 of file SUMOXMLDefinitions.h.
enum SumoXMLAttr |
Numbers representing SUMO-XML - attributes.
Definition at line 279 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 657 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 632 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 757 of file SUMOXMLDefinitions.h.