SUMO - Simulation of Urban MObility
libsumo::TraCIStage Class Reference

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCIStage:
Collaboration graph

Public Member Functions

 TraCIStage ()
 
 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 207 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCIStage() [1/2]

libsumo::TraCIStage::TraCIStage ( )
inline

Definition at line 209 of file TraCIDefs.h.

◆ TraCIStage() [2/2]

libsumo::TraCIStage::TraCIStage ( int  _type)
inline

Definition at line 210 of file TraCIDefs.h.

Field Documentation

◆ cost

double libsumo::TraCIStage::cost

effort needed

Definition at line 222 of file TraCIDefs.h.

Referenced by libsumo::Simulation::findRoute(), and TraCIServerAPI_Simulation::writeStage().

◆ destStop

std::string libsumo::TraCIStage::destStop

The id of the destination stop.

Definition at line 216 of file TraCIDefs.h.

Referenced by TraCIServerAPI_Simulation::writeStage().

◆ edges

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

The sequence of edges to travel.

Definition at line 218 of file TraCIDefs.h.

Referenced by libsumo::Simulation::findRoute(), and TraCIServerAPI_Simulation::writeStage().

◆ line

std::string libsumo::TraCIStage::line

The line or the id of the vehicle type.

Definition at line 214 of file TraCIDefs.h.

Referenced by TraCIServerAPI_Simulation::writeStage().

◆ travelTime

double libsumo::TraCIStage::travelTime

duration of the stage

Definition at line 220 of file TraCIDefs.h.

Referenced by libsumo::Simulation::findRoute(), and TraCIServerAPI_Simulation::writeStage().

◆ type

int libsumo::TraCIStage::type

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

Definition at line 212 of file TraCIDefs.h.

Referenced by TraCIServerAPI_Simulation::writeStage().


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