Home
last modified time | relevance | path

Searched refs:LINKSTATE_TL_REDYELLOW (Results 1 – 9 of 9) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netedit/netelements/
H A DGNEInternalLane.cpp58 { "Red-Yellow", LINKSTATE_TL_REDYELLOW },
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.cpp738 { "u", LINKSTATE_TL_REDYELLOW },
757 LINKSTATE_TL_REDYELLOW,
H A DSUMOXMLDefinitions.h1091 LINKSTATE_TL_REDYELLOW = 'u', enumerator
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.h345 return myState == LINKSTATE_TL_RED || myState == LINKSTATE_TL_REDYELLOW; in haveRed()
/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSTrafficLightLogic.cpp327 || (LinkState)state[j] == LINKSTATE_TL_REDYELLOW) { in initMesoTLSPenalties()
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DGUITLLogicPhasesTrackerWindow.cpp371 case LINKSTATE_TL_REDYELLOW: in drawValues()
/dports/cad/sumo/sumo-1.2.0/src/osgview/
H A DGUIOSGView.cpp124 case LINKSTATE_TL_REDYELLOW: in execute()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp353 case LINKSTATE_TL_REDYELLOW: in drawLinkRule()
/dports/cad/sumo/sumo-1.2.0/src/utils/gui/settings/
H A DGUIVisualizationSettings.cpp1343 case LINKSTATE_TL_REDYELLOW: in getLinkColor()