SUMO - Simulation of Urban MObility
TraCI_Simulation Class Reference

C++ TraCI client API implementation. More...

#include <TraCI_Simulation.h>

Collaboration diagram for TraCI_Simulation:
Collaboration graph

Static Public Member Functions

static std::vector< TraCIStagefindIntermodalRoute (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 TraCIStage findRoute (const std::string &from, const std::string &to, const std::string &typeID, const SUMOTime depart, const int routingMode)
 
static SUMOTime getCurrentTime ()
 
static SUMOTime getDeltaT ()
 
static int getMinExpectedNumber ()
 
static TraCIBoundary getNetBoundary ()
 
static std::string getParameter (const std::string &objectID, const std::string &key)
 

Private Member Functions

TraCI_Simulationoperator= (const TraCI_Simulation &src)
 invalidated assignment operator More...
 
 TraCI_Simulation ()
 invalidated standard constructor More...
 
 TraCI_Simulation (const TraCI_Simulation &src)
 invalidated copy constructor More...
 

Detailed Description

C++ TraCI client API implementation.

Definition at line 47 of file TraCI_Simulation.h.

Constructor & Destructor Documentation

TraCI_Simulation::TraCI_Simulation ( )
private

invalidated standard constructor

TraCI_Simulation::TraCI_Simulation ( const TraCI_Simulation src)
private

invalidated copy constructor

Member Function Documentation

std::vector< TraCIStage > TraCI_Simulation::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 TraCI_Simulation::getCurrentTime ( )
static
SUMOTime TraCI_Simulation::getDeltaT ( )
static

Definition at line 59 of file TraCI_Simulation.cpp.

References DELTA_T.

Referenced by TraCIServerAPI_Simulation::processGet().

TraCI_Simulation& TraCI_Simulation::operator= ( const TraCI_Simulation src)
private

invalidated assignment operator


The documentation for this class was generated from the following files: