SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MSE2Collector::JamInfo Struct Reference

Internal representation of a jam. More...

Collaboration diagram for MSE2Collector::JamInfo:
Collaboration graph

Data Fields

std::vector< VehicleInfo >
::const_iterator 
firstStandingVehicle
 The first standing vehicle. More...
 
std::vector< VehicleInfo >
::const_iterator 
lastStandingVehicle
 The last standing vehicle. More...
 

Detailed Description

Internal representation of a jam.

Used in execute, instances of this structure are used to track begin and end positions (as vehicles) of a jam.

Definition at line 350 of file MSE2Collector.h.

Field Documentation

std::vector<VehicleInfo>::const_iterator MSE2Collector::JamInfo::firstStandingVehicle

The first standing vehicle.

Definition at line 352 of file MSE2Collector.h.

Referenced by MSE2Collector::detectorUpdate().

std::vector<VehicleInfo>::const_iterator MSE2Collector::JamInfo::lastStandingVehicle

The last standing vehicle.

Definition at line 355 of file MSE2Collector.h.

Referenced by MSE2Collector::detectorUpdate().


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