Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMORouteHandler.cpp307 if (attrs.hasAttribute(SUMO_ATTR_TRIGGERED)) { in parseStop()
345 stop.triggered = attrs.getOpt<bool>(SUMO_ATTR_TRIGGERED, nullptr, ok, false); in parseStop()
347 stop.triggered = attrs.getOpt<bool>(SUMO_ATTR_TRIGGERED, nullptr, ok, true); in parseStop()
359 stop.triggered = attrs.getOpt<bool>(SUMO_ATTR_TRIGGERED, nullptr, ok, false); in parseStop()
H A DSUMOVehicleParameter.cpp178 dev.writeAttr(SUMO_ATTR_TRIGGERED, triggered); in write()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEStop.cpp345 case SUMO_ATTR_TRIGGERED: in getAttribute()
427 case SUMO_ATTR_TRIGGERED: in setAttribute()
477 case SUMO_ATTR_TRIGGERED: in isValid()
622 case SUMO_ATTR_TRIGGERED: in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp445 if (valuesMap.count(SUMO_ATTR_TRIGGERED) > 0) { in addStop()
446 … stopParameter.triggered = GNEAttributeCarrier::parse<bool>(valuesMap.at(SUMO_ATTR_TRIGGERED)); in addStop()
H A DGNEFrame.cpp440 …if (myRows[myTagProperties.getAttributeProperties(SUMO_ATTR_TRIGGERED).getPositionListed()]->getVa… in updateDisjointAttributes()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h766 SUMO_ATTR_TRIGGERED, enumerator
H A DSUMOXMLDefinitions.cpp519 { "triggered", SUMO_ATTR_TRIGGERED },
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp3654 attrProperty = AttributeProperties(SUMO_ATTR_TRIGGERED, in fillDemandElements()
3721 attrProperty = AttributeProperties(SUMO_ATTR_TRIGGERED, in fillDemandElements()
3788 attrProperty = AttributeProperties(SUMO_ATTR_TRIGGERED, in fillDemandElements()
3855 attrProperty = AttributeProperties(SUMO_ATTR_TRIGGERED, in fillDemandElements()
3922 attrProperty = AttributeProperties(SUMO_ATTR_TRIGGERED, in fillDemandElements()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.cpp959 dev.writeAttr(SUMO_ATTR_TRIGGERED, pars.triggered); in write()