19 #ifndef TraCI_Simulation_h 20 #define TraCI_Simulation_h 57 static TraCIStage findRoute(
const std::string& from,
const std::string& to,
const std::string& typeID,
const SUMOTime depart,
const int routingMode);
59 static std::vector<TraCIStage>
findIntermodalRoute(
const std::string& from,
const std::string& to,
const std::string modes,
60 const SUMOTime depart,
const int routingMode,
const double speed,
const double walkFactor,
61 const double departPos,
const double arrivalPos,
const double departPosLat,
62 const std::string& pType,
const std::string& vehType);
64 static std::string
getParameter(
const std::string& objectID,
const std::string& key);
TraCI_Simulation & operator=(const TraCI_Simulation &src)
invalidated assignment operator
static SUMOTime getDeltaT()
static int getMinExpectedNumber()
TraCI_Simulation()
invalidated standard constructor
static std::vector< TraCIStage > findIntermodalRoute(const std::string &from, const std::string &to, const std::string modes, const SUMOTime depart, const int routingMode, const double speed, const double walkFactor, const double departPos, const double arrivalPos, const double departPosLat, const std::string &pType, const std::string &vehType)
static SUMOTime getCurrentTime()
C++ TraCI client API implementation.
static TraCIStage findRoute(const std::string &from, const std::string &to, const std::string &typeID, const SUMOTime depart, const int routingMode)
static std::string getParameter(const std::string &objectID, const std::string &key)
static TraCIBoundary getNetBoundary()