![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
TraCIStage () | |
TraCIStage (int type) | |
Data Fields | |
double | arrivalPos = INVALID_DOUBLE_VALUE |
position on the lane when ending the stage More... | |
double | cost |
effort needed More... | |
double | depart = INVALID_DOUBLE_VALUE |
intended depart time for public transport ride or INVALID_DOUBLE_VALUE More... | |
double | departPos = INVALID_DOUBLE_VALUE |
position on the lane when starting the stage More... | |
std::string | description = "" |
arbitrary description string 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 | intended = "" |
id of the intended vehicle for public transport ride More... | |
double | length = INVALID_DOUBLE_VALUE |
length in m More... | |
std::string | line |
The line or the id of the vehicle type. More... | |
double | travelTime |
duration of the stage in seconds More... | |
int | type |
The type of stage (walking, driving, ...) More... | |
std::string | vType |
The vehicle type when using a private car or bike. More... | |
Definition at line 344 of file TraCIDefs.h.
|
inline |
Definition at line 346 of file TraCIDefs.h.
|
inline |
Definition at line 347 of file TraCIDefs.h.
double libsumo::TraCIStage::arrivalPos = INVALID_DOUBLE_VALUE |
position on the lane when ending the stage
Definition at line 371 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::convertTraCIStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), TraCITestClient::testAPI(), and TraCIServerAPI_Simulation::writeStage().
double libsumo::TraCIStage::cost |
effort needed
Definition at line 361 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Simulation::findRoute(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
double libsumo::TraCIStage::depart = INVALID_DOUBLE_VALUE |
intended depart time for public transport ride or INVALID_DOUBLE_VALUE
Definition at line 367 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
double libsumo::TraCIStage::departPos = INVALID_DOUBLE_VALUE |
position on the lane when starting the stage
Definition at line 369 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
std::string libsumo::TraCIStage::description = "" |
arbitrary description string
Definition at line 373 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::convertTraCIStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), TraCITestClient::testAPI(), and TraCIServerAPI_Simulation::writeStage().
std::string libsumo::TraCIStage::destStop |
The id of the destination stop.
Definition at line 355 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::convertTraCIStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
std::vector<std::string> libsumo::TraCIStage::edges |
The sequence of edges to travel.
Definition at line 357 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::convertTraCIStage(), libsumo::Simulation::findRoute(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), TraCITestClient::testAPI(), and TraCIServerAPI_Simulation::writeStage().
std::string libsumo::TraCIStage::intended = "" |
id of the intended vehicle for public transport ride
Definition at line 365 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
double libsumo::TraCIStage::length = INVALID_DOUBLE_VALUE |
length in m
Definition at line 363 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Simulation::findRoute(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
std::string libsumo::TraCIStage::line |
The line or the id of the vehicle type.
Definition at line 353 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::convertTraCIStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
double libsumo::TraCIStage::travelTime |
duration of the stage in seconds
Definition at line 359 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::convertTraCIStage(), libsumo::Simulation::findRoute(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
int libsumo::TraCIStage::type |
The type of stage (walking, driving, ...)
Definition at line 349 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::convertTraCIStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().
std::string libsumo::TraCIStage::vType |
The vehicle type when using a private car or bike.
Definition at line 351 of file TraCIDefs.h.
Referenced by TraCIAPI::PersonScope::appendStage(), libsumo::Person::getStage(), TraCIAPI::getTraCIStage(), and TraCIServerAPI_Simulation::writeStage().