Home
last modified time | relevance | path

Searched refs:getStopState (Results 1 – 25 of 41) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_vehicle.py772 def getStopState(self, vehID): member in VehicleDomain
787 return (self.getStopState(vehID) & 1) == 1
793 return (self.getStopState(vehID) & 2) == 2
799 return (self.getStopState(vehID) & 12) > 0
805 return (self.getStopState(vehID) & 16) == 16
811 return (self.getStopState(vehID) & 32) == 32
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.h96 static int getStopState(const std::string& vehicleID);
H A DVehicle.cpp471 Vehicle::getStopState(const std::string& vehicleID) { in getStopState() function in libsumo::Vehicle
1849 return wrapper->wrapInt(objID, variable, getStopState(objID));
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/plugins/prt/
H A Dprt-07-ok-preemptyman.py364 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
882 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-06-ok.py360 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
826 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-10.py407 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
984 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-08-emptyman.py376 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
925 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-09-newsim.py380 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
929 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-11-preboardingopt.py420 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
999 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-12-berthoptok.py421 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
1045 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-02-alloc.py530 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-03-forwarding.py563 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-04-fbug.py626 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-32-decomptargetprob.py1942 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[
3368 state = traci.vehicle.getStopState(id_veh_sumo)
3449 print ' StopState=', bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
H A Dprt-31-decompok.py1916 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[
3300 state = traci.vehicle.getStopState(id_veh_sumo)
3381 print ' StopState=', bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
H A Dprt-05-preperson.py687 binstate = traci.vehicle.getStopState(self.get_id_sumo(id_veh))
H A Dprt-28.py1155 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[
2462 print ' StopState=', bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
H A Dprt-29-plat-debug.py1172 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[
2587 print ' StopState=', bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
H A Dprt-30-platok.py1172 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[
2581 print ' StopState=', bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
H A Dprt-12-timingopt.py427 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
H A Dprt-13-newstartok.py450 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[2:]
H A Dprt.py2026 … print ' stopstate ', id_veh_sumo, bin(traci.vehicle.getStopState(id_veh_sumo))[
3509 state = traci.vehicle.getStopState(id_veh_sumo)
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DVehicle.java713 public static SumoCommand getStopState(String vehID){ in getStopState() method in Vehicle
/dports/cad/sumo/sumo-1.2.0/src/traci_testclient/
H A DTraCITestClient.cpp781 answerLog << " getStopState: " << vehicle.getStopState("0") << "\n"; in testAPI()
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.h709 int getStopState(const std::string& vehicleID) const;

12