Home
last modified time | relevance | path

Searched refs:getRoutingMode (Results 1 – 10 of 10) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Compute/
H A DNetworkRoutingConfig.php26 public function getRoutingMode() function in Google_Service_Compute_NetworkRoutingConfig
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/
H A DNetworkRoutingConfig.php26 public function getRoutingMode() function in Google_Service_Compute_NetworkRoutingConfig
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.h103 static int getRoutingMode(const std::string& vehicleID);
H A DVehicle.cpp577 Vehicle::getRoutingMode(const std::string& vehicleID) { in getRoutingMode() function in libsumo::Vehicle
578 return getVehicle(vehicleID)->getInfluencer().getRoutingMode(); in getRoutingMode()
1861 return wrapper->wrapInt(objID, variable, getRoutingMode(objID));
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.h1474 int getRoutingMode() const { in getRoutingMode() function
/dports/cad/sumo/sumo-1.2.0/tools/contributed/traas/src/de/tudresden/sumo/cmd/
H A DVehicle.java621 public static SumoCommand getRoutingMode(String vehID){ in getRoutingMode() method in Vehicle
/dports/cad/sumo/sumo-1.2.0/src/traci_testclient/
H A DTraCITestClient.cpp796 answerLog << " getRoutingMode: " << vehicle.getRoutingMode("0") << "\n"; in testAPI()
/dports/cad/sumo/sumo-1.2.0/src/utils/traci/
H A DTraCIAPI.h725 int getRoutingMode(const std::string& vehicleID) const;
H A DTraCIAPI.cpp2568 TraCIAPI::VehicleScope::getRoutingMode(const std::string& vehicleID) const { in getRoutingMode() function in TraCIAPI::VehicleScope
/dports/cad/sumo/sumo-1.2.0/tools/traci/
H A D_vehicle.py879 def getRoutingMode(self, vehID): member in VehicleDomain