Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMORouteHandler.cpp310 if (attrs.hasAttribute(SUMO_ATTR_CONTAINER_TRIGGERED)) { in parseStop()
343 if (attrs.hasAttribute(SUMO_ATTR_CONTAINER_TRIGGERED)) { in parseStop()
344 … stop.containerTriggered = attrs.getOpt<bool>(SUMO_ATTR_CONTAINER_TRIGGERED, nullptr, ok, true); in parseStop()
348 … stop.containerTriggered = attrs.getOpt<bool>(SUMO_ATTR_CONTAINER_TRIGGERED, nullptr, ok, false); in parseStop()
360 … stop.containerTriggered = attrs.getOpt<bool>(SUMO_ATTR_CONTAINER_TRIGGERED, nullptr, ok, false); in parseStop()
H A DSUMOVehicleParameter.cpp181 dev.writeAttr(SUMO_ATTR_CONTAINER_TRIGGERED, containerTriggered); in write()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEStop.cpp351 case SUMO_ATTR_CONTAINER_TRIGGERED: in getAttribute()
428 case SUMO_ATTR_CONTAINER_TRIGGERED: in setAttribute()
479 case SUMO_ATTR_CONTAINER_TRIGGERED: in isValid()
630 case SUMO_ATTR_CONTAINER_TRIGGERED: in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp449 if (valuesMap.count(SUMO_ATTR_CONTAINER_TRIGGERED) > 0) { in addStop()
450 …containerTriggered = GNEAttributeCarrier::parse<bool>(valuesMap.at(SUMO_ATTR_CONTAINER_TRIGGERED)); in addStop()
H A DGNEFrame.cpp446 …if (myRows[myTagProperties.getAttributeProperties(SUMO_ATTR_CONTAINER_TRIGGERED).getPositionListed… in updateDisjointAttributes()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h767 SUMO_ATTR_CONTAINER_TRIGGERED, enumerator
H A DSUMOXMLDefinitions.cpp520 { "containerTriggered", SUMO_ATTR_CONTAINER_TRIGGERED },
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp3665 attrProperty = AttributeProperties(SUMO_ATTR_CONTAINER_TRIGGERED, in fillDemandElements()
3732 attrProperty = AttributeProperties(SUMO_ATTR_CONTAINER_TRIGGERED, in fillDemandElements()
3799 attrProperty = AttributeProperties(SUMO_ATTR_CONTAINER_TRIGGERED, in fillDemandElements()
3866 attrProperty = AttributeProperties(SUMO_ATTR_CONTAINER_TRIGGERED, in fillDemandElements()
3933 attrProperty = AttributeProperties(SUMO_ATTR_CONTAINER_TRIGGERED, in fillDemandElements()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.cpp962 dev.writeAttr(SUMO_ATTR_CONTAINER_TRIGGERED, pars.containerTriggered); in write()