SUMO - Simulation of Urban MObility
|
Definition of vehicle stop (position and duration) More...
#include <SUMOVehicleParameter.h>
Data Fields | |
std::string | busstop |
(Optional) bus stop if one is assigned to the stop | |
SUMOTime | duration |
The stopping duration. | |
SUMOReal | endPos |
The stopping position end. | |
int | index |
at which position in the stops list | |
std::string | lane |
The lane to stop at. | |
bool | parking |
whether the vehicle is removed from the net while stopping | |
int | setParameter |
Information for the output which parameter were set. | |
SUMOReal | startPos |
The stopping position start. | |
bool | triggered |
whether an arriving person lets the vehicle continue | |
SUMOTime | until |
The time at which the vehicle may continue its journey. |
Definition of vehicle stop (position and duration)
Definition at line 442 of file SUMOVehicleParameter.h.
std::string SUMOVehicleParameter::Stop::busstop |
(Optional) bus stop if one is assigned to the stop
Definition at line 446 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
SUMOTime SUMOVehicleParameter::Stop::duration |
The stopping duration.
Definition at line 452 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
SUMOReal SUMOVehicleParameter::Stop::endPos |
The stopping position end.
Definition at line 450 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
int SUMOVehicleParameter::Stop::index |
at which position in the stops list
Definition at line 460 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
std::string SUMOVehicleParameter::Stop::lane |
The lane to stop at.
Definition at line 444 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
bool SUMOVehicleParameter::Stop::parking |
whether the vehicle is removed from the net while stopping
Definition at line 458 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
int SUMOVehicleParameter::Stop::setParameter |
Information for the output which parameter were set.
Definition at line 462 of file SUMOVehicleParameter.h.
Referenced by SUMOVehicleParserHelper::parseStop().
SUMOReal SUMOVehicleParameter::Stop::startPos |
The stopping position start.
Definition at line 448 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
bool SUMOVehicleParameter::Stop::triggered |
whether an arriving person lets the vehicle continue
Definition at line 456 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().
SUMOTime SUMOVehicleParameter::Stop::until |
The time at which the vehicle may continue its journey.
Definition at line 454 of file SUMOVehicleParameter.h.
Referenced by MSRouteHandler::addStop(), RORouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().