Home
last modified time | relevance | path

Searched refs:TrafficLightType (Results 1 – 25 of 43) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBTrafficLightDefinition.h103 TrafficLightType type);
117 TrafficLightType type);
128 TrafficLightType type);
331 TrafficLightType getType() const { in getType()
336 virtual void setType(TrafficLightType type) { in setType()
428 TrafficLightType myType;
H A DNBTrafficLightLogic.h113 SUMOTime offset = 0, TrafficLightType type = TLTYPE_STATIC);
227 TrafficLightType getType() const { in getType()
232 void setType(TrafficLightType type) { in setType()
253 TrafficLightType myType;
H A DNBLoadedTLDef.h209 TrafficLightType type);
219 TrafficLightType type);
228 TrafficLightType type);
H A DNBOwnTLDef.h58 TrafficLightType type);
68 TrafficLightType type);
76 NBOwnTLDef(const std::string& id, SUMOTime offset, TrafficLightType type);
H A DNBLoadedSUMOTLDef.h54 …TLDef(const std::string& id, const std::string& programID, SUMOTime offset, TrafficLightType type);
135 void setType(TrafficLightType type);
H A DNBNodeCont.h241 …void setAsTLControlled(NBNode* node, NBTrafficLightLogicCont& tlc, TrafficLightType type, std::str…
297 bool& hasTLS, TrafficLightType& type, SumoXMLNodeType& nodeType);
H A DNBTrafficLightDefinition.cpp55 SUMOTime offset, TrafficLightType type) : in NBTrafficLightDefinition()
81 NBNode* junction, const std::string& programID, SUMOTime offset, TrafficLightType type) : in NBTrafficLightDefinition()
93 SUMOTime offset, TrafficLightType type) : in NBTrafficLightDefinition()
H A DNBLoadedTLDef.cpp258 … const std::vector<NBNode*>& junctions, SUMOTime offset, TrafficLightType type) : in NBLoadedTLDef()
264 … NBEdgeCont& ec, const std::string& id, NBNode* junction, SUMOTime offset, TrafficLightType type) : in NBLoadedTLDef()
270 …BLoadedTLDef(const NBEdgeCont& ec, const std::string& id, SUMOTime offset, TrafficLightType type) : in NBLoadedTLDef()
/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSSOTLPolicyBasedTrafficLightLogic.h55 … const std::string& id, const std::string& programID, const TrafficLightType logicType,
73 … const std::string& id, const std::string& programID, const TrafficLightType logicType,
H A DMSTrafficLightLogic.h90 const TrafficLightType logicType,
243 TrafficLightType getLogicType() const { in getLogicType()
412 const TrafficLightType myLogicType;
H A DMSSOTLHiLevelTrafficLightLogic.h59 const TrafficLightType logicType, const Phases& phases,
76 const TrafficLightType logicType, const Phases& phases,
H A DMSSOTLHiLevelTrafficLightLogic.cpp19 …const std::string& id, const std::string& programID, const TrafficLightType logicType, const Phase… in MSSOTLHiLevelTrafficLightLogic()
29 …const std::string& id, const std::string& programID, const TrafficLightType logicType, const Phase… in MSSOTLHiLevelTrafficLightLogic()
H A DMSSOTLPolicyBasedTrafficLightLogic.cpp23 const std::string& programID, const TrafficLightType logicType, const Phases& phases, int step, in MSSOTLPolicyBasedTrafficLightLogic()
37 const std::string& programID, const TrafficLightType logicType, const Phases& phases, int step, in MSSOTLPolicyBasedTrafficLightLogic()
H A DMSSOTLTrafficLightLogic.h75 … const std::string& programID, const TrafficLightType logicType, const Phases& phases, int step,
92 … const std::string& programID, const TrafficLightType logicType, const Phases& phases, int step,
H A DMSPhasedTrafficLightLogic.h60 const TrafficLightType logicType,
H A DMSSimpleTrafficLightLogic.h70 const TrafficLightType logicType,
H A DMSPhasedTrafficLightLogic.cpp39 …const std::string& id, const std::string& programID, const TrafficLightType logicType, const Phase… in MSPhasedTrafficLightLogic()
H A DMSSimpleTrafficLightLogic.cpp44 …const std::string& id, const std::string& programID, const TrafficLightType logicType, const Phase… in MSSimpleTrafficLightLogic()
H A DMSSOTLTrafficLightLogic.cpp37 const TrafficLightType logicType, in MSSOTLTrafficLightLogic()
55 const TrafficLightType logicType, in MSSOTLTrafficLightLogic()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLJunctionControlBuilder.h164 TrafficLightType type, SUMOTime offset);
339 TrafficLightType myLogicType;
/dports/cad/sumo/sumo-1.2.0/src/netedit/changes/
H A DGNEChange_TLS.cpp56TrafficLightType type = SUMOXMLDefinitions::TrafficLightTypes.get(OptionsCont::getOptions().getStr… in GNEChange_TLS()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h1143 enum TrafficLightType { enum
1338 static StringBijection<TrafficLightType> TrafficLightTypes;
1430 static StringBijection<TrafficLightType>::Entry trafficLightTypesValues[];
/dports/cad/sumo/sumo-1.2.0/src/netgen/
H A DNGNode.cpp85 TrafficLightType type = SUMOXMLDefinitions::TrafficLightTypes.get( in buildNBNode()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIVisumTL.cpp81TrafficLightType type = SUMOXMLDefinitions::TrafficLightTypes.get(OptionsCont::getOptions().getStr… in build()
/dports/cad/sumo/sumo-1.2.0/src/utils/common/
H A DToString.h146 inline std::string toString<TrafficLightType>(const TrafficLightType& type, std::streamsize accurac…

12