SUMO - Simulation of Urban MObility
SUMOVehicleParameter::Stop Struct Reference

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
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.

Detailed Description

Definition of vehicle stop (position and duration)

Definition at line 384 of file SUMOVehicleParameter.h.


Field Documentation

(Optional) bus stop if one is assigned to the stop

Definition at line 388 of file SUMOVehicleParameter.h.

Referenced by MSRouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().

at which position in the stops list

Definition at line 402 of file SUMOVehicleParameter.h.

Referenced by MSRouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().

The lane to stop at.

Definition at line 386 of file SUMOVehicleParameter.h.

Referenced by MSRouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().

whether the vehicle is removed from the net while stopping

Definition at line 400 of file SUMOVehicleParameter.h.

Referenced by MSRouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().

whether an arriving person lets the vehicle continue

Definition at line 398 of file SUMOVehicleParameter.h.

Referenced by MSRouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().

The time at which the vehicle may continue its journey.

Definition at line 396 of file SUMOVehicleParameter.h.

Referenced by MSRouteHandler::addStop(), MSVehicle::addStop(), and MSVehicle::addTraciStop().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines