Home
last modified time | relevance | path

Searched refs:ALLOWED_TLS_LINKSTATES (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBTrafficLightLogic.cpp88 …d::string::size_type illegal = state.find_first_not_of(SUMOXMLDefinitions::ALLOWED_TLS_LINKSTATES); in addStep()
/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSTrafficLightLogic.cpp148 …::string::size_type illegal = state1.find_first_not_of(SUMOXMLDefinitions::ALLOWED_TLS_LINKSTATES); in init()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1397 static const std::string ALLOWED_TLS_LINKSTATES; variable
H A DSUMOXMLDefinitions.cpp763 const std::string SUMOXMLDefinitions::ALLOWED_TLS_LINKSTATES(AllowedTLS_linkStatesInitializer, 9); member in SUMOXMLDefinitions