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

Definition of vehicle stop (position and duration) More...

#include <SUMOVehicleParameter.h>

Collaboration diagram for SUMOVehicleParameter::Stop:
Collaboration graph

Public Member Functions

void write (OutputDevice &dev) const
 Writes the stop as XML. More...
 

Data Fields

std::multimap< std::string, SUMORealaccessPos
 lanes and positions connected to this stop More...
 
std::set< std::string > awaitedContainers
 IDs of containers the vehicle has to wait for until departing. More...
 
std::set< std::string > awaitedPersons
 IDs of persons the vehicle has to wait for until departing. More...
 
std::string busstop
 (Optional) bus stop if one is assigned to the stop More...
 
std::string chargingStation
 (Optional) charging station if one is assigned to the stop More...
 
std::string containerstop
 (Optional) container stop if one is assigned to the stop More...
 
bool containerTriggered
 whether an arriving container lets the vehicle continue 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...
 
int setParameter
 Information for the output which parameter were set. 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 536 of file SUMOVehicleParameter.h.

Member Function Documentation

§ write()

Field Documentation

§ accessPos

std::multimap<std::string, SUMOReal> SUMOVehicleParameter::Stop::accessPos

lanes and positions connected to this stop

Definition at line 564 of file SUMOVehicleParameter.h.

Referenced by RONetHandler::parseAccess().

§ awaitedContainers

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

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

Definition at line 562 of file SUMOVehicleParameter.h.

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

§ awaitedPersons

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

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

Definition at line 560 of file SUMOVehicleParameter.h.

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

§ busstop

std::string SUMOVehicleParameter::Stop::busstop

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

Definition at line 540 of file SUMOVehicleParameter.h.

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

§ chargingStation

std::string SUMOVehicleParameter::Stop::chargingStation

(Optional) charging station if one is assigned to the stop

Definition at line 544 of file SUMOVehicleParameter.h.

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

§ containerstop

std::string SUMOVehicleParameter::Stop::containerstop

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

Definition at line 542 of file SUMOVehicleParameter.h.

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

§ containerTriggered

bool SUMOVehicleParameter::Stop::containerTriggered

whether an arriving container lets the vehicle continue

Definition at line 556 of file SUMOVehicleParameter.h.

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

§ duration

§ endPos

§ index

int SUMOVehicleParameter::Stop::index

§ lane

§ parking

bool SUMOVehicleParameter::Stop::parking

whether the vehicle is removed from the net while stopping

Definition at line 558 of file SUMOVehicleParameter.h.

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

§ setParameter

int SUMOVehicleParameter::Stop::setParameter

Information for the output which parameter were set.

Definition at line 568 of file SUMOVehicleParameter.h.

Referenced by SUMORouteHandler::parseStop().

§ startPos

§ triggered

bool SUMOVehicleParameter::Stop::triggered

whether an arriving person lets the vehicle continue

Definition at line 554 of file SUMOVehicleParameter.h.

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

§ until

SUMOTime SUMOVehicleParameter::Stop::until

The time at which the vehicle may continue its journey.

Definition at line 552 of file SUMOVehicleParameter.h.

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


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