Home
last modified time | relevance | path

Searched refs:arrivalLaneProcedure (Results 1 – 11 of 11) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/jtrrouter/
H A DROJTRFrame.cpp113 …getString("arrivallane"), "option", "arrivallane", p.arrivalLane, p.arrivalLaneProcedure, error)) { in checkOptions()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVehicleParameter.cpp44 arrivalLane(0), arrivalLaneProcedure(ARRIVAL_LANE_DEFAULT), in SUMOVehicleParameter()
584 switch (arrivalLaneProcedure) { in getArrivalLane()
H A DSUMOVehicleParameter.h497 ArrivalLaneDefinition arrivalLaneProcedure; variable
H A DSUMOVehicleParserHelper.cpp311 …::parseArrivalLane(helper, element, ret->id, ret->arrivalLane, ret->arrivalLaneProcedure, error)) { in parseCommonAttributes()
/dports/cad/sumo/sumo-1.2.0/src/duarouter/
H A DRODUAFrame.cpp199 …getString("arrivallane"), "option", "arrivallane", p.arrivalLane, p.arrivalLaneProcedure, error)) { in checkOptions()
/dports/cad/sumo/sumo-1.2.0/src/
H A Dod2trips_main.cpp213 …getString("arrivallane"), "option", "arrivallane", p.arrivalLane, p.arrivalLaneProcedure, error)) { in checkOptions()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROVehicle.cpp149 …|| getParameter().arrivalLaneProcedure == ARRIVAL_LANE_GIVEN ? current->getEdgeVector().back() : 0… in computeRoute()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSBaseVehicle.cpp494 if (myParameter->arrivalLaneProcedure == ARRIVAL_LANE_GIVEN) { in calculateArrivalParams()
H A DMSVehicle.cpp4726 if (myParameter->arrivalLaneProcedure == ARRIVAL_LANE_GIVEN && nextStopEdge == myRoute->end()) {
/dports/cad/sumo/sumo-1.2.0/src/netedit/demandelements/
H A DGNEVehicle.cpp948 … parseArrivalLane(value, toString(SUMO_TAG_VEHICLE), id, arrivalLane, arrivalLaneProcedure, error); in setAttribute()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp1096 …ane, "vehicle", vehicleID, vehicleParams.arrivalLane, vehicleParams.arrivalLaneProcedure, error)) {