SUMO - Simulation of Urban MObility
TraCIStage Class Reference

#include <TraCIDefs.h>

Collaboration diagram for TraCIStage:
Collaboration graph

Public Member Functions

 TraCIStage (int _type)
 

Data Fields

double cost
 effort needed More...
 
std::string destStop
 The id of the destination stop. More...
 
std::vector< std::string > edges
 The sequence of edges to travel. More...
 
std::string line
 The line or the id of the vehicle type. More...
 
double travelTime
 duration of the stage More...
 
int type
 The type of stage (walking, driving, ...) More...
 

Detailed Description

Definition at line 206 of file TraCIDefs.h.

Constructor & Destructor Documentation

TraCIStage::TraCIStage ( int  _type)
inline

Definition at line 208 of file TraCIDefs.h.

Field Documentation

double TraCIStage::cost

effort needed

Definition at line 220 of file TraCIDefs.h.

Referenced by TraCI_Simulation::findRoute(), and TraCIServerAPI_Simulation::writeStage().

std::string TraCIStage::destStop

The id of the destination stop.

Definition at line 214 of file TraCIDefs.h.

Referenced by TraCIServerAPI_Simulation::writeStage().

std::vector<std::string> TraCIStage::edges

The sequence of edges to travel.

Definition at line 216 of file TraCIDefs.h.

Referenced by TraCI_Simulation::findRoute(), and TraCIServerAPI_Simulation::writeStage().

std::string TraCIStage::line

The line or the id of the vehicle type.

Definition at line 212 of file TraCIDefs.h.

Referenced by TraCIServerAPI_Simulation::writeStage().

double TraCIStage::travelTime

duration of the stage

Definition at line 218 of file TraCIDefs.h.

Referenced by TraCI_Simulation::findRoute(), and TraCIServerAPI_Simulation::writeStage().

int TraCIStage::type

The type of stage (walking, driving, ...)

Definition at line 210 of file TraCIDefs.h.

Referenced by TraCIServerAPI_Simulation::writeStage().


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