Eclipse SUMO - Simulation of Urban MObility
MSE2Collector::JamInfo Struct Reference

Internal representation of a jam. More...

Data Fields

std::vector< MoveNotificationInfo * >::const_iterator firstStandingVehicle
 The first standing vehicle. More...
 
std::vector< MoveNotificationInfo * >::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 203 of file MSE2Collector.h.

Field Documentation

◆ firstStandingVehicle

std::vector<MoveNotificationInfo*>::const_iterator MSE2Collector::JamInfo::firstStandingVehicle

The first standing vehicle.

Definition at line 205 of file MSE2Collector.h.

Referenced by MSE2Collector::buildJam().

◆ lastStandingVehicle

std::vector<MoveNotificationInfo*>::const_iterator MSE2Collector::JamInfo::lastStandingVehicle

The last standing vehicle.

Definition at line 208 of file MSE2Collector.h.

Referenced by MSE2Collector::buildJam().


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