Eclipse SUMO - Simulation of Urban MObility
MSMeanData.h File Reference
#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>
Include dependency graph for MSMeanData.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Date
Tue, 17.11.2009

Definition in file MSMeanData.h.

Typedef Documentation

◆ MSEdgeVector

typedef std::vector<MSEdge*> MSEdgeVector

Definition at line 41 of file MSMeanData.h.