![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>

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... | |
Definition at line 207 of file TraCIDefs.h.
|
inline |
Definition at line 209 of file TraCIDefs.h.
|
inline |
Definition at line 210 of file TraCIDefs.h.
| double libsumo::TraCIStage::cost |
effort needed
Definition at line 222 of file TraCIDefs.h.
Referenced by libsumo::Simulation::findRoute(), and TraCIServerAPI_Simulation::writeStage().
| std::string libsumo::TraCIStage::destStop |
The id of the destination stop.
Definition at line 216 of file TraCIDefs.h.
Referenced by TraCIServerAPI_Simulation::writeStage().
| 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().
| 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().
| 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().
| int libsumo::TraCIStage::type |
The type of stage (walking, driving, ...)
Definition at line 212 of file TraCIDefs.h.
Referenced by TraCIServerAPI_Simulation::writeStage().