Home
last modified time | relevance | path

Searched refs:getBestLanes (Results 1 – 15 of 15) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.h93 static std::vector<TraCIBestLanesData> getBestLanes(const std::string& vehicleID);
H A DVehicle.cpp349 Vehicle::getBestLanes(const std::string& vehicleID) { in getBestLanes() function in libsumo::Vehicle
353 const std::vector<MSVehicle::LaneQ>& bestLanes = veh->getBestLanes(); in getBestLanes()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLaneChangerSublane.cpp227 const std::vector<MSVehicle::LaneQ>& preb = vehicle->getBestLanes();
H A DMSLaneChanger.cpp312 const std::vector<MSVehicle::LaneQ>& preb = vehicle->getBestLanes(); in change()
1247 std::vector<MSVehicle::LaneQ> preb = vehicle->getBestLanes();
H A DMSVehicle.h842 const std::vector<LaneQ>& getBestLanes() const;
H A DMSEdge.cpp539 const std::vector<MSVehicle::LaneQ>& bl = veh.getBestLanes(); in getDepartLane()
H A DMSLane.cpp1907 assert((int)veh->getBestLanes().size() > veh->getLaneIndex()); in appropriate()
1908 if (veh->getBestLanes()[veh->getLaneIndex()].bestLaneOffset == 0) { in appropriate()
H A DMSVehicle.cpp4607 MSVehicle::getBestLanes() const {
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DVehicle.java238 public static SumoCommand getBestLanes(String vehID){ in getBestLanes() method in Vehicle
/dports/cad/sumo/sumo-1.2.0/src/traci-server/
H A DTraCIServerAPI_Vehicle.cpp128 … std::vector<libsumo::TraCIBestLanesData> bestLanes = libsumo::Vehicle::getBestLanes(id); in processGet()
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.h723 std::vector<libsumo::TraCIBestLanesData> getBestLanes(const std::string& vehicleID) const;
H A DTraCIAPI.cpp2488 TraCIAPI::VehicleScope::getBestLanes(const std::string& vehicleID) const { in getBestLanes() function in TraCIAPI::VehicleScope
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_vehicle.py626 def getBestLanes(self, vehID): member in VehicleDomain
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/ws/
H A DTraci.java679 return this.helper.getStringList(this.sumo.get_cmd(Vehicle.getBestLanes(vehID))); in Vehicle_getBestLanes()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_SL2015.cpp1910 const std::vector<MSVehicle::LaneQ>& preb = myVehicle.getBestLanes();