Home
last modified time | relevance | path

Searched refs:getHaltingVehicleNo (Results 1 – 6 of 6) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIVehicleControl.cpp76 GUIVehicleControl::getHaltingVehicleNo() const { in getHaltingVehicleNo() function in GUIVehicleControl
78 return MSVehicleControl::getHaltingVehicleNo(); in getHaltingVehicleNo()
H A DGUIVehicleControl.h111 virtual int getHaltingVehicleNo() const;
H A DGUINet.cpp445 …ctionBinding<MSVehicleControl, int>(&getVehicleControl(), &MSVehicleControl::getHaltingVehicleNo)); in getParameterWindow()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicleControl.h222 virtual int getHaltingVehicleNo() const;
H A DMSVehicleControl.cpp435 MSVehicleControl::getHaltingVehicleNo() const { in getHaltingVehicleNo() function in MSVehicleControl
H A DMSNet.cpp743 od.writeAttr("halting", myVehicleControl->getHaltingVehicleNo()); in writeOutput()