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::set< std::string > awaitedPersons
 IDs of persons the vehicle has to wait for until departing.
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.

Detailed Description

Definition of vehicle stop (position and duration)

Definition at line 458 of file SUMOVehicleParameter.h.

Field Documentation

std::set<std::string> SUMOVehicleParameter::Stop::awaitedPersons

IDs of persons the vehicle has to wait for until departing.

Definition at line 476 of file SUMOVehicleParameter.h.

Referenced by MSVehicle::addStop(), and SUMORouteHandler::parseStop().

std::string SUMOVehicleParameter::Stop::busstop

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

Definition at line 462 of file SUMOVehicleParameter.h.

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

SUMOTime SUMOVehicleParameter::Stop::duration
SUMOReal SUMOVehicleParameter::Stop::endPos
int SUMOVehicleParameter::Stop::index

at which position in the stops list

Definition at line 478 of file SUMOVehicleParameter.h.

Referenced by ROVehicle::addStop(), MSVehicle::addStop(), MSVehicle::addTraciStop(), and SUMORouteHandler::parseStop().

std::string SUMOVehicleParameter::Stop::lane
bool SUMOVehicleParameter::Stop::parking

whether the vehicle is removed from the net while stopping

Definition at line 474 of file SUMOVehicleParameter.h.

Referenced by MSVehicle::addStop(), MSVehicle::addTraciStop(), and SUMORouteHandler::parseStop().

int SUMOVehicleParameter::Stop::setParameter

Information for the output which parameter were set.

Definition at line 480 of file SUMOVehicleParameter.h.

Referenced by SUMORouteHandler::parseStop().

SUMOReal SUMOVehicleParameter::Stop::startPos
bool SUMOVehicleParameter::Stop::triggered

whether an arriving person lets the vehicle continue

Definition at line 472 of file SUMOVehicleParameter.h.

Referenced by MSVehicle::addStop(), MSVehicle::addTraciStop(), and SUMORouteHandler::parseStop().

SUMOTime SUMOVehicleParameter::Stop::until

The time at which the vehicle may continue its journey.

Definition at line 470 of file SUMOVehicleParameter.h.

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


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