Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <vector>
#include <limits>
#include <microsim/MSMoveReminder.h>
#include <microsim/output/MSDetectorFileOutput.h>
#include <utils/common/Named.h>
#include <microsim/output/MSCrossSection.h>
#include <utils/common/UtilExceptions.h>
Go to the source code of this file.
Data Structures | |
class | MSE3Collector |
A detector of vehicles passing an area between entry/exit points. More... | |
struct | MSE3Collector::E3Values |
Internal storage for values from a vehicle. More... | |
class | MSE3Collector::MSE3EntryReminder |
A place on the road net (at a certain lane and position on it) where the E3 area begins. More... | |
class | MSE3Collector::MSE3LeaveReminder |
A place on the road net (at a certain lane and position on it) where the E3 area ends. More... | |
Definition in file MSE3Collector.h.