Home
last modified time | relevance | path

Searched refs:getWaitingTime (Results 1 – 25 of 47) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMEVehicle.h291 inline SUMOTime getWaitingTime() const { in getWaitingTime() function
297 return getWaitingTime(); in getAccumulatedWaitingTime()
308 return STEPS2TIME(getWaitingTime()); in getWaitingSeconds()
H A DMELoop.cpp120 if (MSGlobals::gTimeToGridlock > 0 && veh->getWaitingTime() > MSGlobals::gTimeToGridlock) { in checkCar()
210 veh->getEventTime(), veh->getSpeed(), veh->getWaitingTime(), in setApproaching()
H A DMESegment.cpp421 … veh->getVehicleType().getCarFollowModel().getMaxDecel(), veh->getWaitingTime()) in isOpen()
426 << " tWait=" << veh->getWaitingTime(); in isOpen()
441 … veh->getVehicleType().getCarFollowModel().getMaxDecel(), veh->getWaitingTime())); in isOpen()
698 if (k->size() > 0 && (*k).back()->getWaitingTime() > 0) { in hasBlockedLeader()
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel.h142 …virtual SUMOTime getWaitingTime(const MSPerson::MSPersonStage_Walking& stage, SUMOTime now) const …
181 SUMOTime getWaitingTime(const MSPerson::MSPersonStage_Walking&, SUMOTime) const { in getWaitingTime() function
H A DMSPModel_NonInteracting.h99 SUMOTime getWaitingTime(const MSPerson::MSPersonStage_Walking& stage, SUMOTime now) const;
H A DMSPModel_Remote.h63 …SUMOTime getWaitingTime(const MSPerson::MSPersonStage_Walking& stage, SUMOTime now) const override;
H A DMSPModel_NonInteracting.cpp168 MSPModel_NonInteracting::PState::getWaitingTime(const MSPerson::MSPersonStage_Walking&, SUMOTime) c… in getWaitingTime() function in MSPModel_NonInteracting::PState
H A DMSPerson.h101 SUMOTime getWaitingTime(SUMOTime now) const;
H A DMSPerson.cpp126 MSPerson::MSPersonStage_Walking::getWaitingTime(SUMOTime now) const { in getWaitingTime() function in MSPerson::MSPersonStage_Walking
127 return myPedestrianState->getWaitingTime(*this, now); in getWaitingTime()
H A DMSPModel_Striping.h272 SUMOTime getWaitingTime(const MSPerson::MSPersonStage_Walking& stage, SUMOTime now) const;
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSTransportable.h153 virtual SUMOTime getWaitingTime(SUMOTime now) const;
364 SUMOTime getWaitingTime(SUMOTime now) const;
461 SUMOTime getWaitingTime(SUMOTime now) const;
539 SUMOTime getWaitingTime() const;
H A DMSTransportable.cpp82 MSTransportable::Stage::getWaitingTime(SUMOTime /* now */) const { in getWaitingTime() function in MSTransportable::Stage
453 MSTransportable::Stage_Waiting::getWaitingTime(SUMOTime now) const { in getWaitingTime() function in MSTransportable::Stage_Waiting
570 MSTransportable::Stage_Driving::getWaitingTime(SUMOTime now) const { in getWaitingTime() function in MSTransportable::Stage_Driving
711 return STEPS2TIME((*myStep)->getWaitingTime(MSNet::getInstance()->getCurrentTimeStep())); in getWaitingSeconds()
906 MSTransportable::getWaitingTime() const { in getWaitingTime() function in MSTransportable
907 return (*myStep)->getWaitingTime(MSNet::getInstance()->getCurrentTimeStep()); in getWaitingTime()
H A DMSContainer.h142 SUMOTime getWaitingTime(SUMOTime now) const;
H A DMSContainer.cpp197 MSContainer::MSContainerStage_Tranship::getWaitingTime(SUMOTime /* now */) const { in getWaitingTime() function in MSContainer::MSContainerStage_Tranship
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOTrafficObject.h96 virtual SUMOTime getWaitingTime() const = 0;
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DEdge.h59 static double getWaitingTime(const std::string& id);
H A DLane.h76 static double getWaitingTime(std::string laneID);
H A DPerson.h58 static double getWaitingTime(const std::string& personID);
H A DEdge.cpp94 Edge::getWaitingTime(const std::string& id) { in getWaitingTime() function in libsumo::Edge
375 return wrapper->wrapDouble(objID, variable, getWaitingTime(objID)); in handleVariable()
H A DLane.cpp221 Lane::getWaitingTime(std::string laneID) { in getWaitingTime() function in libsumo::Lane
428 return wrapper->wrapDouble(objID, variable, getWaitingTime(objID)); in handleVariable()
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_edge.py69 def getWaitingTime(self, edgeID): member in EdgeDomain
H A D_lane.py234 def getWaitingTime(self, laneID): member in LaneDomain
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DEdge.java315 public static SumoCommand getWaitingTime(String edgeID){ in getWaitingTime() method in Edge
H A DLane.java423 public static SumoCommand getWaitingTime(String laneID){ in getWaitingTime() method in Lane
H A DPerson.java217 public static SumoCommand getWaitingTime(String personID){ in getWaitingTime() method in Person

12