![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <vector>#include <list>#include <microsim/MSLane.h>#include <microsim/MSNet.h>#include <microsim/MSMoveReminder.h>#include <microsim/output/MSDetectorFileOutput.h>#include <utils/common/UtilExceptions.h>#include <cassert>Go to the source code of this file.
Data Structures | |
| class | MSE2Collector |
| An areal detector corresponding to a sequence of consecutive lanes. More... | |
| struct | MSE2Collector::JamInfo |
| Internal representation of a jam. More... | |
| struct | MSE2Collector::MoveNotificationInfo |
| Values collected in notifyMove and needed in detectorUpdate() to calculate the accumulated quantities for the detector. These are temporarily stored in myMoveNotifications for each step. More... | |
| struct | MSE2Collector::VehicleInfo |
| A VehicleInfo stores values that are tracked for the individual vehicles on the detector, e.g., accumulated timeloss. These infos are stored in myVehicles. If a vehicle leaves the detector (may it be temporarily), the entry in myVehicles is discarded, i.e. all information on the vehicle is reset. More... | |
Definition in file MSE2Collector.h.