SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GUI_E2_ZS_CollectorOverLanes Class Reference

The gui-version of a MS_E2_ZS_CollectorOverLanes. More...

#include <GUI_E2_ZS_CollectorOverLanes.h>

Inheritance diagram for GUI_E2_ZS_CollectorOverLanes:
MS_E2_ZS_CollectorOverLanes MSDetectorFileOutput Named

Data Structures

class  MyWrapper
 

Public Types

typedef std::vector
< MSE2Collector * > 
CollectorCont
 Definition of a E2 collector storage. More...
 
typedef std::vector
< GUI_E2_ZS_Collector * > 
CollectorVector
 

Public Member Functions

void addTo (const StoringVisitor &cont) const
 Adds this object to the given container. More...
 
virtual GUIDetectorWrapperbuildDetectorGUIRepresentation ()
 Builds the graphical representation. More...
 
const std::string & getID () const
 Returns the id. More...
 
SUMOReal getLength () const
 Returns this detector's length [m]. More...
 
const std::string & getStartLaneID () const
 Returns the id of the lane this detector starts at. More...
 
 GUI_E2_ZS_CollectorOverLanes (std::string id, DetectorUsage usage, MSLane *lane, SUMOReal startPos, SUMOTime haltingTimeThreshold, SUMOReal haltingSpeedThreshold, SUMOReal jamDistThreshold)
 Constructor. More...
 
void init (MSLane *lane, SUMOReal detLength)
 Builds the consecutive E2 detectors. More...
 
void setID (const std::string &newID)
 resets the id More...
 
 ~GUI_E2_ZS_CollectorOverLanes ()
 Destructor. More...
 
Methods inherited from MSDetectorFileOutput.
void writeXMLOutput (OutputDevice &dev, SUMOTime startTime, SUMOTime stopTime)
 Writes collected values into the given stream. More...
 
void writeXMLDetectorProlog (OutputDevice &dev) const
 Opens the XML-output using "detector" as root element. More...
 
Virtual methods to implement by derived classes
virtual void reset ()
 Resets collected values. More...
 
virtual void detectorUpdate (const SUMOTime step)
 Updates the detector (computes values) More...
 

Protected Types

typedef std::vector
< MSE2Collector * > 
DetectorVector
 Definition of a detector storage. More...
 
typedef std::vector
< DetectorVector
DetectorVectorVector
 Definition of a storage for detector vectors. More...
 
typedef std::map< MSLane
*, MSE2Collector * > 
LaneDetMap
 Definition of a map from a lane to the detector lying on it. More...
 
typedef std::vector< MSLane * > LaneVector
 Definition of a lane storage. More...
 
typedef std::vector< LaneVectorLaneVectorVector
 Definition of a storage for lane vectors. More...
 
typedef std::vector< SUMORealLengthVector
 Definition of a storage for SUMOReal vectors. More...
 

Protected Member Functions

MSE2CollectorbuildCollector (size_t c, size_t r, MSLane *l, SUMOReal start, SUMOReal end)
 Builds a single collector. More...
 
void extendTo (SUMOReal length)
 This method extends the current length up to the given. More...
 
std::vector< MSLane * > getLanePredeccessorLanes (MSLane *l)
 Returns the list of lanes predecessing the given one. More...
 
std::string makeID (const std::string &baseID, size_t c, size_t r) const
 Builds an id for one of the E2 collectors this detector uses. More...
 

Protected Attributes

SUMOReal haltingSpeedThresholdM
 Describes how slow a vehicle must be before being assigned to a jam. More...
 
SUMOTime haltingTimeThresholdM
 Describes how long a vehicle shall stay before being assigned to a jam. More...
 
SUMOReal jamDistThresholdM
 Describes how long a jam must be before being recognized. More...
 
LaneDetMap myAlreadyBuild
 Storage for detectors which already have been build for a single lane. More...
 
DetectorVectorVector myDetectorCombinations
 Storage for detector combinations. More...
 
std::string myID
 The name of the object. More...
 
LaneVectorVector myLaneCombinations
 Storage for lane combinations. More...
 
SUMOReal myLength
 The length of the collector. More...
 
LengthVector myLengths
 Storage for length combinations. More...
 
std::string myStartLaneID
 The id of the lane this detector starts at. More...
 
DetectorUsage myUsage
 Information about how this detector is used. More...
 
SUMOReal startPosM
 The position the collector starts at. More...
 

Detailed Description

The gui-version of a MS_E2_ZS_CollectorOverLanes.

Allows the building of a wrapper (also declared herein) which draws the detector on the gl-canvas. Beside this, the method "amVisible" is overridden to signalise that this detector is not used for simulation- -internal reasons, but is placed over the simulation by the user.

Definition at line 57 of file GUI_E2_ZS_CollectorOverLanes.h.

Member Typedef Documentation

typedef std::vector< MSE2Collector* > MS_E2_ZS_CollectorOverLanes::CollectorCont
inherited

Definition of a E2 collector storage.

Definition at line 67 of file MS_E2_ZS_CollectorOverLanes.h.

typedef std::vector<MSE2Collector*> MS_E2_ZS_CollectorOverLanes::DetectorVector
protectedinherited

Definition of a detector storage.

Definition at line 207 of file MS_E2_ZS_CollectorOverLanes.h.

typedef std::vector<DetectorVector> MS_E2_ZS_CollectorOverLanes::DetectorVectorVector
protectedinherited

Definition of a storage for detector vectors.

Definition at line 210 of file MS_E2_ZS_CollectorOverLanes.h.

typedef std::map<MSLane*, MSE2Collector*> MS_E2_ZS_CollectorOverLanes::LaneDetMap
protectedinherited

Definition of a map from a lane to the detector lying on it.

Definition at line 238 of file MS_E2_ZS_CollectorOverLanes.h.

typedef std::vector<MSLane*> MS_E2_ZS_CollectorOverLanes::LaneVector
protectedinherited

Definition of a lane storage.

Definition at line 201 of file MS_E2_ZS_CollectorOverLanes.h.

typedef std::vector<LaneVector> MS_E2_ZS_CollectorOverLanes::LaneVectorVector
protectedinherited

Definition of a storage for lane vectors.

Definition at line 204 of file MS_E2_ZS_CollectorOverLanes.h.

typedef std::vector<SUMOReal> MS_E2_ZS_CollectorOverLanes::LengthVector
protectedinherited

Definition of a storage for SUMOReal vectors.

Definition at line 213 of file MS_E2_ZS_CollectorOverLanes.h.

Constructor & Destructor Documentation

GUI_E2_ZS_CollectorOverLanes::GUI_E2_ZS_CollectorOverLanes ( std::string  id,
DetectorUsage  usage,
MSLane lane,
SUMOReal  startPos,
SUMOTime  haltingTimeThreshold,
SUMOReal  haltingSpeedThreshold,
SUMOReal  jamDistThreshold 
)

Constructor.

Definition at line 54 of file GUI_E2_ZS_CollectorOverLanes.cpp.

GUI_E2_ZS_CollectorOverLanes::~GUI_E2_ZS_CollectorOverLanes ( )

Destructor.

Definition at line 64 of file GUI_E2_ZS_CollectorOverLanes.cpp.

Member Function Documentation

void Named::addTo ( const StoringVisitor cont) const
inlineinherited

Adds this object to the given container.

Parameters
in,filled]cont The container to add this item to

Definition at line 121 of file Named.h.

References Named::StoringVisitor::add().

MSE2Collector * GUI_E2_ZS_CollectorOverLanes::buildCollector ( size_t  c,
size_t  r,
MSLane l,
SUMOReal  start,
SUMOReal  end 
)
protectedvirtual
GUIDetectorWrapper * GUI_E2_ZS_CollectorOverLanes::buildDetectorGUIRepresentation ( )
virtual

Builds the graphical representation.

Meant to be overridden by graphical versions of the detectors

Returns
A wrapper for the detector which performs the user I/O within the GUI

Reimplemented from MSDetectorFileOutput.

Definition at line 68 of file GUI_E2_ZS_CollectorOverLanes.cpp.

References MS_E2_ZS_CollectorOverLanes::myAlreadyBuild.

virtual void MSDetectorFileOutput::detectorUpdate ( const SUMOTime  step)
inlinevirtualinherited

Updates the detector (computes values)

Parameters
[in]stepThe current time step

Reimplemented in MSMeanData, MSE3Collector, MSMeanData_Harmonoise, and MSE2Collector.

Definition at line 113 of file MSDetectorFileOutput.h.

References UNUSED_PARAMETER.

void MS_E2_ZS_CollectorOverLanes::extendTo ( SUMOReal  length)
protectedinherited
const std::string& Named::getID ( ) const
inlineinherited

Returns the id.

Returns
The stored id

Definition at line 60 of file Named.h.

References Named::myID.

Referenced by NIImporter_SUMO::_loadNetwork(), MSVehicleTransfer::add(), TraCIServerAPI_Lane::StoringVisitor::add(), Named::StoringVisitor::add(), MSDetectorControl::add(), RORouteDef::addAlternative(), MSNet::addBusStop(), NBLoadedSUMOTLDef::addConnection(), NLHandler::addConnection(), NIXMLConnectionsHandler::addCrossing(), RODFDetectorCon::addDetector(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSTLLogicControl::TLSLogicVariants::addLogic(), RONet::addNode(), NIImporter_SUMO::addPhase(), RONet::addRouteDef(), NBDistrict::addSink(), NBDistrict::addSource(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), NIXMLTrafficLightsHandler::addTlConnection(), NIVissimDisturbance::addToNode(), MSVehicle::addTraciStop(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPerson::MSPersonStage_Driving::beginEventOutput(), MSPerson::MSPersonStage_Waiting::beginEventOutput(), NIVisumTL::build(), RODFNet::buildApproachList(), MS_E2_ZS_CollectorOverLanes::buildCollector(), NBNode::buildCrossings(), NIImporter_VISUM::buildDistrictNode(), NIVissimConnection::buildEdgeConnections(), RODFNet::buildEdgeFlowMap(), NBNode::buildInnerEdges(), NBEdge::buildInnerEdges(), NGEdge::buildNBEdge(), NIVissimEdge::buildNBEdge(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), NBNode::buildWalkingAreas(), MSSimpleTrafficLightLogic::changeStepAndDuration(), NBEdge::checkGeometry(), MSVehicleTransfer::checkInsertions(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), RORouteHandler::closeRouteDistribution(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), ROJTRRouter::compute(), NBTrafficLightDefinition::compute(), NBNode::computeInternalLaneShape(), NBEdge::computeLaneShapes(), NBNode::computeLogic(), NBNode::computeNodeShape(), RODFNet::computeRoutesFor(), NBTrafficLightLogicCont::computeSingleLogic(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), NGNet::connect(), MSAbstractLaneChangeModel::continueLaneChangeManeuver(), NLDetectorBuilder::convUncontE2PosLength(), GUINet::createTLWrapper(), MSLane::detectCollisions(), NIVissimDistrictConnection::dict_BuildDistricts(), MSPerson::MSPersonStage_Driving::endEventOutput(), MSPerson::MSPersonStage_Waiting::endEventOutput(), MSE3Collector::enter(), MSCalibrator::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitchStates::execute(), Command_SaveTLSSwitches::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), NBEdgeCont::extract(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSNet::getBusStopID(), NBEdge::getCrossingAngle(), RODFNet::getDetectorEdge(), MSMeanData::getEdgeID(), PedestrianEdge< E, L, N >::getEffort(), NBEdge::getFirstNonPedestrianLane(), MS_E2_ZS_CollectorOverLanes::getLanePredeccessorLanes(), AGStreet::getName(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNextLane(), GUIVehicle::getParameterWindow(), GUITrafficLightLogicWrapper::getPopUpMenu(), NLTriggerBuilder::getPosition(), NLDetectorBuilder::getPositionChecking(), NBNode::getPossiblySplittedIncoming(), NBNode::getPossiblySplittedOutgoing(), NIImporter_VISUM::getReversedContinuating(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), NBEdgeCont::ignoreFilterMatch(), MSActuatedTrafficLightLogic::init(), MSAgentbasedTrafficLightLogic::init(), MSTrafficLightLogic::init(), PedestrianEdge< E, L, N >::initPedestrianNetwork(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBTrafficLightLogicCont::insert(), NBNodeCont::insert(), NBEdgeCont::insert(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), RODFNet::isDestination(), RODFNet::isFalseSource(), RODFNet::isSource(), NBEdgeCont::joinSameNodeConnectingEdges(), MSE3Collector::leave(), NIImporter_OpenDrive::loadNetwork(), NBRampsComputer::moveRampRight(), MSPModel_Striping::PState::moveToNextLane(), MSCalibrator::MSCalibrator(), MSPerson::MSPersonStage_Waiting::MSPersonStage_Waiting(), NBOwnTLDef::myCompute(), NBLoadedTLDef::myCompute(), NIXMLTrafficLightsHandler::myEndElement(), NIXMLEdgesHandler::myEndElement(), NIImporter_SUMO::myEndElement(), NIXMLConnectionsHandler::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), NBConnection::NBConnection(), NBRequest::NBRequest(), MSDevice_BTreceiver::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Example::notifyEnter(), MSCalibrator::VehicleRemover::notifyEnter(), MSDevice_Tripinfo::notifyLeave(), MSDevice_Person::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Example::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), GUIViewTraffic::onGamingClick(), RORouteHandler::openRoute(), Named::ComparatorIdLess::operator()(), NBTurningDirectionsComputer::combination_by_angle_sorter::operator()(), RODFNet::idComp::operator()(), NBOwnTLDef::edge_by_incoming_priority_sorter::operator()(), NBNetBuilder::by_id_sorter::operator()(), NBContHelper::same_connection_edge_sorter::operator()(), MSEdge::by_id_sorter::operator()(), NBNode::nodes_by_id_sorter::operator()(), NIImporter_VISUM::parse_EdgePolys(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_LanesConnections(), NIImporter_VISUM::parse_Turns(), NIImporter_VISUM::parse_TurnsToSignalGroups(), NIXMLConnectionsHandler::parseDeprecatedLaneDefinition(), NIXMLConnectionsHandler::parseLaneBound(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSLCM_JE2013::patchSpeed(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSRightOfWayJunction::postloadInit(), AGStreet::print(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_TLS::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Vehicle::processSet(), NWWriter_SUMO::prohibitionConnection(), MSPModel_Striping::PState::PState(), NBEdgeCont::recheckPostProcessConnections(), NBLoadedTLDef::SignalGroup::remapIncoming(), NBLoadedTLDef::SignalGroup::remapOutgoing(), NBLoadedSUMOTLDef::removeConnection(), MSCalibrator::removePending(), NBNode::removeSelfLoops(), NBEdgeCont::removeUnwishedEdges(), NBNodeCont::removeUnwishedNodes(), NBNodeCont::rename(), NBEdgeCont::rename(), NBConnection::replaceFrom(), MSBaseVehicle::replaceRouteEdges(), NBConnection::replaceTo(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NIXMLTrafficLightsHandler::retrieveLaneIndex(), RODFNet::revalidateFlows(), PCPolyContainer::save(), RONet::saveAndRemoveRoutesUntil(), MSBaseVehicle::saveState(), NBNodeCont::setAsTLControlled(), NBEdge::setControllingTLInformation(), NIXMLEdgesHandler::setNodes(), MSLink::setRequestInformation(), NBOwnTLDef::setTLControllingInformation(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBEdgeCont::splitAt(), MSLane::succLinkSec(), GUITrafficLightLogicWrapper::switchTLSLogic(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), TraCIServerAPI_Vehicle::vtdMap_matchingEdgeLane(), TraCIServerAPI_Vehicle::vtdMap_matchingRoutePosition(), MSLCM_JE2013::wantsChange(), MSFCDExport::write(), MSEmissionExport::write(), MSInstantInductLoop::write(), NBSign::writeAsPOI(), NWWriter_SUMO::writeConnection(), NWWriter_SUMO::writeDistrict(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), NWWriter_SUMO::writeEdge(), MSMeanData::writeEdge(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_SUMO::writeInternalConnections(), NWWriter_SUMO::writeJunction(), MSQueueExport::writeLane(), MSFullExport::writeLane(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), NWWriter_SUMO::writeRoundabout(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_DlrNavteq::writeTrafficSignals(), MSInductLoop::writeTypedXMLOutput(), RODFDetectorCon::writeValidationDetectors(), MSFullExport::writeVehicles(), MSRouteProbe::writeXMLOutput(), and MSE2Collector::writeXMLOutput().

std::vector< MSLane * > MS_E2_ZS_CollectorOverLanes::getLanePredeccessorLanes ( MSLane l)
protectedinherited

Returns the list of lanes predecessing the given one.

Parameters
[in]lThe lane to return predecessors of
Returns
List of lanes predecessing the given one

Definition at line 170 of file MS_E2_ZS_CollectorOverLanes.cpp.

References MSEdge::allowedLanes(), MSLane::getEdge(), Named::getID(), MSEdge::getIncomingEdges(), and SVC_IGNORING.

Referenced by MS_E2_ZS_CollectorOverLanes::extendTo().

SUMOReal MS_E2_ZS_CollectorOverLanes::getLength ( ) const
inlineinherited

Returns this detector's length [m].

Returns
This detector's length in meters

Definition at line 140 of file MS_E2_ZS_CollectorOverLanes.h.

References MS_E2_ZS_CollectorOverLanes::myLength.

Referenced by buildCollector(), and MS_E2_ZS_CollectorOverLanes::buildCollector().

const std::string & MS_E2_ZS_CollectorOverLanes::getStartLaneID ( ) const
inherited

Returns the id of the lane this detector starts at.

Returns
The id of the lane this detector starts at
Todo:
Check whether this is needed

Definition at line 261 of file MS_E2_ZS_CollectorOverLanes.cpp.

References MS_E2_ZS_CollectorOverLanes::myStartLaneID.

void MS_E2_ZS_CollectorOverLanes::init ( MSLane lane,
SUMOReal  detLength 
)
inherited

Builds the consecutive E2 detectors.

This is not done within the constructor to allow overriding of most functions but the building of detectors itself which in fact is depending on whether the normal or the gui-version is used

Parameters
[in]laneThe lane the detector starts at
[in]startPosBegin position of the detector

Definition at line 61 of file MS_E2_ZS_CollectorOverLanes.cpp.

References MS_E2_ZS_CollectorOverLanes::buildCollector(), MS_E2_ZS_CollectorOverLanes::extendTo(), MSLane::getLength(), MS_E2_ZS_CollectorOverLanes::myAlreadyBuild, MS_E2_ZS_CollectorOverLanes::myDetectorCombinations, MS_E2_ZS_CollectorOverLanes::myLaneCombinations, MS_E2_ZS_CollectorOverLanes::myLength, MS_E2_ZS_CollectorOverLanes::myLengths, MS_E2_ZS_CollectorOverLanes::startPosM, and SUMOReal.

std::string MS_E2_ZS_CollectorOverLanes::makeID ( const std::string &  baseID,
size_t  c,
size_t  r 
) const
protectedinherited

Builds an id for one of the E2 collectors this detector uses.

Parameters
[in]baseIDThe id of the parent detector
[in]c!!!
[in]r!!!
Todo:
Describe!

Definition at line 239 of file MS_E2_ZS_CollectorOverLanes.cpp.

References bla, DU_SUMO_INTERNAL, DU_TL_CONTROL, DU_USER_DEFINED, and MS_E2_ZS_CollectorOverLanes::myUsage.

Referenced by buildCollector(), and MS_E2_ZS_CollectorOverLanes::buildCollector().

virtual void MSDetectorFileOutput::reset ( )
inlinevirtualinherited

Resets collected values.

Please note that this is only a "hack" for coupled-tls-outputs.

See also
Command_SaveTLCoupledLaneDet
Todo:
Reckeck/refactor

Reimplemented in MSE2Collector, MSE3Collector, MSInductLoop, and GUIInductLoop.

Definition at line 106 of file MSDetectorFileOutput.h.

Referenced by Command_SaveTLCoupledLaneDet::execute().

void Named::setID ( const std::string &  newID)
inlineinherited

resets the id

Parameters
[in]newIDThe new id of this object

Definition at line 68 of file Named.h.

References Named::myID.

Referenced by NBNodeCont::rename(), and NBEdgeCont::rename().

void MS_E2_ZS_CollectorOverLanes::writeXMLDetectorProlog ( OutputDevice dev) const
virtualinherited

Opens the XML-output using "detector" as root element.

Parameters
[in]devThe output device to write the root into
See also
MSDetectorFileOutput::writeXMLDetectorProlog
Todo:
What happens with the additional information if several detectors use the same output?
Exceptions
IOErrorIf an error on writing occurs (!!! not yet implemented)

Implements MSDetectorFileOutput.

Definition at line 231 of file MS_E2_ZS_CollectorOverLanes.cpp.

References OutputDevice::writeXMLHeader().

void MS_E2_ZS_CollectorOverLanes::writeXMLOutput ( OutputDevice dev,
SUMOTime  startTime,
SUMOTime  stopTime 
)
virtualinherited

Writes collected values into the given stream.

Parameters
[in]devThe output device to write the data into
[in]startTimeFirst time step the data were gathered
[in]stopTimeLast time step the data were gathered
See also
MSDetectorFileOutput::writeXMLOutput
Exceptions
IOErrorIf an error on writing occurs (!!! not yet implemented)

Implements MSDetectorFileOutput.

Definition at line 213 of file MS_E2_ZS_CollectorOverLanes.cpp.

Field Documentation

SUMOReal MS_E2_ZS_CollectorOverLanes::haltingSpeedThresholdM
protectedinherited

Describes how slow a vehicle must be before being assigned to a jam.

Definition at line 195 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by buildCollector(), and MS_E2_ZS_CollectorOverLanes::buildCollector().

SUMOTime MS_E2_ZS_CollectorOverLanes::haltingTimeThresholdM
protectedinherited

Describes how long a vehicle shall stay before being assigned to a jam.

Definition at line 192 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by buildCollector(), and MS_E2_ZS_CollectorOverLanes::buildCollector().

SUMOReal MS_E2_ZS_CollectorOverLanes::jamDistThresholdM
protectedinherited

Describes how long a jam must be before being recognized.

Definition at line 198 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by buildCollector(), and MS_E2_ZS_CollectorOverLanes::buildCollector().

LaneDetMap MS_E2_ZS_CollectorOverLanes::myAlreadyBuild
protectedinherited

Storage for detectors which already have been build for a single lane.

Definition at line 241 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by buildDetectorGUIRepresentation(), MS_E2_ZS_CollectorOverLanes::extendTo(), and MS_E2_ZS_CollectorOverLanes::init().

DetectorVectorVector MS_E2_ZS_CollectorOverLanes::myDetectorCombinations
protectedinherited

Storage for detector combinations.

Each detector combination is a vector of consecutive lanes (backwards)

Definition at line 225 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by MS_E2_ZS_CollectorOverLanes::extendTo(), and MS_E2_ZS_CollectorOverLanes::init().

LaneVectorVector MS_E2_ZS_CollectorOverLanes::myLaneCombinations
protectedinherited

Storage for lane combinations.

Each lane combination is a vector of consecutive lanes (backwards)

Definition at line 219 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by MS_E2_ZS_CollectorOverLanes::extendTo(), and MS_E2_ZS_CollectorOverLanes::init().

SUMOReal MS_E2_ZS_CollectorOverLanes::myLength
protectedinherited

The length of the collector.

Definition at line 189 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by MS_E2_ZS_CollectorOverLanes::getLength(), and MS_E2_ZS_CollectorOverLanes::init().

LengthVector MS_E2_ZS_CollectorOverLanes::myLengths
protectedinherited

Storage for length combinations.

Each length combination is a vector of consecutive lanes (backwards)

Definition at line 231 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by MS_E2_ZS_CollectorOverLanes::extendTo(), and MS_E2_ZS_CollectorOverLanes::init().

std::string MS_E2_ZS_CollectorOverLanes::myStartLaneID
protectedinherited

The id of the lane this detector starts at.

Definition at line 235 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by MS_E2_ZS_CollectorOverLanes::getStartLaneID().

DetectorUsage MS_E2_ZS_CollectorOverLanes::myUsage
protectedinherited

Information about how this detector is used.

Definition at line 244 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by buildCollector(), MS_E2_ZS_CollectorOverLanes::buildCollector(), and MS_E2_ZS_CollectorOverLanes::makeID().

SUMOReal MS_E2_ZS_CollectorOverLanes::startPosM
protectedinherited

The position the collector starts at.

Definition at line 186 of file MS_E2_ZS_CollectorOverLanes.h.

Referenced by MS_E2_ZS_CollectorOverLanes::init().


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