MSMeanData::MeanDataValueTracker::TrackerEntry Class Reference


Detailed Description

Definition at line 237 of file MSMeanData.h.


Public Member Functions

void reset ()
 TrackerEntry (MeanDataValues *const values) throw ()
 Constructor.

Data Fields

int myNumVehicleEntered
 The number of vehicles which entered in the current interval.
int myNumVehicleLeft
 The number of vehicles which left in the current interval.
MeanDataValuesmyValues
 The number of vehicles which left in the current interval.

Constructor & Destructor Documentation

MSMeanData::MeanDataValueTracker::TrackerEntry::TrackerEntry ( MeanDataValues *const   values  )  throw () [inline]

Constructor.

Definition at line 240 of file MSMeanData.h.

00241                     : myNumVehicleEntered(0), myNumVehicleLeft(0), myValues(values) {}


Member Function Documentation

void MSMeanData::MeanDataValueTracker::TrackerEntry::reset (  )  [inline]

Definition at line 252 of file MSMeanData.h.

References myNumVehicleEntered, myNumVehicleLeft, myValues, and MSMeanData::MeanDataValues::reset().

00252                          {
00253                 myNumVehicleEntered = 0;
00254                 myNumVehicleLeft = 0;
00255                 myValues->reset();
00256             }


Field Documentation

The number of vehicles which entered in the current interval.

Definition at line 244 of file MSMeanData.h.

Referenced by reset().

The number of vehicles which left in the current interval.

Definition at line 247 of file MSMeanData.h.

Referenced by reset().

The number of vehicles which left in the current interval.

Definition at line 250 of file MSMeanData.h.

Referenced by reset().


The documentation for this class was generated from the following file:

Generated on Wed May 5 00:06:48 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6