#include <SUMOVehicleParameter.h>
Definition at line 352 of file SUMOVehicleParameter.h.
Data Fields | |
| std::string | busstop |
| (Optional) bus stop if one is assigned to the stop | |
| SUMOTime | duration |
| The stopping duration. | |
| std::string | lane |
| The lane to stop at. | |
| SUMOReal | pos |
| The stopping position. | |
| SUMOTime | until |
| The time at which the vehicle may continue its journey. | |
| std::string SUMOVehicleParameter::Stop::busstop |
(Optional) bus stop if one is assigned to the stop
Definition at line 356 of file SUMOVehicleParameter.h.
Referenced by MSVehicle::addTraciStop(), and MSRouteHandler::myStartElement().
The stopping duration.
Definition at line 360 of file SUMOVehicleParameter.h.
Referenced by MSVehicle::addTraciStop(), and MSRouteHandler::myStartElement().
| std::string SUMOVehicleParameter::Stop::lane |
The lane to stop at.
Definition at line 354 of file SUMOVehicleParameter.h.
Referenced by MSVehicle::addTraciStop(), and MSRouteHandler::myStartElement().
| SUMOReal SUMOVehicleParameter::Stop::pos |
The stopping position.
Definition at line 358 of file SUMOVehicleParameter.h.
Referenced by MSVehicle::addTraciStop(), and MSRouteHandler::myStartElement().
The time at which the vehicle may continue its journey.
Definition at line 362 of file SUMOVehicleParameter.h.
Referenced by MSVehicle::addTraciStop(), and MSRouteHandler::myStartElement().
1.5.6