SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 More...
 
SUMOTime duration
 The stopping duration. More...
 
SUMOReal endPos
 The stopping position end. More...
 
int index
 at which position in the stops list More...
 
std::string lane
 The lane to stop at. More...
 
bool parking
 whether the vehicle is removed from the net while stopping More...
 
SUMOReal startPos
 The stopping position start. More...
 
bool triggered
 whether an arriving person lets the vehicle continue More...
 
SUMOTime until
 The time at which the vehicle may continue its journey. More...
 

Detailed Description

Definition of vehicle stop (position and duration)

Definition at line 430 of file SUMOVehicleParameter.h.

Field Documentation

std::string SUMOVehicleParameter::Stop::busstop

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

Definition at line 434 of file SUMOVehicleParameter.h.

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

SUMOTime SUMOVehicleParameter::Stop::duration

The stopping duration.

Definition at line 440 of file SUMOVehicleParameter.h.

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

SUMOReal SUMOVehicleParameter::Stop::endPos

The stopping position end.

Definition at line 438 of file SUMOVehicleParameter.h.

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

int SUMOVehicleParameter::Stop::index

at which position in the stops list

Definition at line 448 of file SUMOVehicleParameter.h.

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

std::string SUMOVehicleParameter::Stop::lane

The lane to stop at.

Definition at line 432 of file SUMOVehicleParameter.h.

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

bool SUMOVehicleParameter::Stop::parking

whether the vehicle is removed from the net while stopping

Definition at line 446 of file SUMOVehicleParameter.h.

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

SUMOReal SUMOVehicleParameter::Stop::startPos

The stopping position start.

Definition at line 436 of file SUMOVehicleParameter.h.

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

bool SUMOVehicleParameter::Stop::triggered

whether an arriving person lets the vehicle continue

Definition at line 444 of file SUMOVehicleParameter.h.

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

SUMOTime SUMOVehicleParameter::Stop::until

The time at which the vehicle may continue its journey.

Definition at line 442 of file SUMOVehicleParameter.h.

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


The documentation for this struct was generated from the following file: