Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEStopFrame.cpp440 if (valuesMap.count(SUMO_ATTR_UNTIL) > 0) { in addStop()
441 stopParameter.until = string2time(valuesMap[SUMO_ATTR_UNTIL]); in addStop()
443 …NEAttributeCarrier::getTagProperties(stopTag).getAttributeProperties(SUMO_ATTR_UNTIL).getDefaultVa… in addStop()
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEStop.cpp335 case SUMO_ATTR_UNTIL: in getAttribute()
425 case SUMO_ATTR_UNTIL: in setAttribute()
463 case SUMO_ATTR_UNTIL: in isValid()
610 case SUMO_ATTR_UNTIL: in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMORouteHandler.cpp342 if (!attrs.hasAttribute(SUMO_ATTR_DURATION) && !attrs.hasAttribute(SUMO_ATTR_UNTIL)) { in parseStop()
354 stop.until = attrs.getOptSUMOTimeReporting(SUMO_ATTR_UNTIL, nullptr, ok, -1); in parseStop()
H A DSUMOVehicleParameter.cpp175 dev.writeAttr(SUMO_ATTR_UNTIL, time2string(until)); in write()
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOXMLDefinitions.h636 SUMO_ATTR_UNTIL, enumerator
H A DSUMOXMLDefinitions.cpp427 { "until", SUMO_ATTR_UNTIL },
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNEAttributeCarrier.cpp3642 attrProperty = AttributeProperties(SUMO_ATTR_UNTIL, in fillDemandElements()
3709 attrProperty = AttributeProperties(SUMO_ATTR_UNTIL, in fillDemandElements()
3776 attrProperty = AttributeProperties(SUMO_ATTR_UNTIL, in fillDemandElements()
3843 attrProperty = AttributeProperties(SUMO_ATTR_UNTIL, in fillDemandElements()
3910 attrProperty = AttributeProperties(SUMO_ATTR_UNTIL, in fillDemandElements()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSTransportable.cpp431 os.writeAttr(SUMO_ATTR_UNTIL, time2string(myWaitingUntil)); in routeOutput()
H A DMSVehicle.cpp956 dev.writeAttr(SUMO_ATTR_UNTIL, time2string(pars.until)); in write()