Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <set>
#include <list>
#include <limits>
#include <microsim/output/MSDetectorFileOutput.h>
#include <microsim/MSMoveReminder.h>
#include <utils/common/SUMOTime.h>
Go to the source code of this file.
Data Structures | |
class | MSMeanData |
Data collector for edges/lanes. More... | |
class | MSMeanData::MeanDataValues |
Data structure for mean (aggregated) edge/lane values. More... | |
class | MSMeanData::MeanDataValueTracker |
Data structure for mean (aggregated) edge/lane values for tracked vehicles. More... | |
class | MSMeanData::MeanDataValueTracker::TrackerEntry |
Typedefs | |
typedef std::vector< MSEdge * > | MSEdgeVector |
Definition in file MSMeanData.h.
typedef std::vector<MSEdge*> MSEdgeVector |
Definition at line 41 of file MSMeanData.h.