Home
last modified time | relevance | path

Searched refs:getTeleportCount (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSNet.cpp406 if (myVehicleControl->getTeleportCount() > 0 || myVehicleControl->getCollisionCount() > 0) { in generateStatistics()
421 …msg << "Teleports: " << myVehicleControl->getTeleportCount() << " (" << joinToString(reasons, ", "… in generateStatistics()
604 if (myMaxTeleports >= 0 && myVehicleControl->getTeleportCount() > myMaxTeleports) { in simulationState()
742 od.writeAttr("teleports", myVehicleControl->getTeleportCount()); in writeOutput()
H A DMSVehicleControl.h310 int getTeleportCount() const;
H A DMSVehicleControl.cpp488 MSVehicleControl::getTeleportCount() const { in getTeleportCount() function in MSVehicleControl
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUINet.cpp443 …FunctionBinding<MSVehicleControl, int>(&getVehicleControl(), &MSVehicleControl::getTeleportCount)); in getParameterWindow()