SUMO - Simulation of Urban MObility
|
Internal representation of a jam. More...
#include <MSE2Collector.h>
Data Fields | |
std::list< SUMOVehicle * > ::const_iterator | firstStandingVehicle |
The first standing vehicle. More... | |
std::list< SUMOVehicle * > ::const_iterator | lastStandingVehicle |
The last standing vehicle. More... | |
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 284 of file MSE2Collector.h.
std::list<SUMOVehicle*>::const_iterator MSE2Collector::JamInfo::firstStandingVehicle |
The first standing vehicle.
Definition at line 286 of file MSE2Collector.h.
Referenced by MSE2Collector::detectorUpdate().
std::list<SUMOVehicle*>::const_iterator MSE2Collector::JamInfo::lastStandingVehicle |
The last standing vehicle.
Definition at line 289 of file MSE2Collector.h.
Referenced by MSE2Collector::detectorUpdate().