|
CrowdSenSim
1.1
|
#include "../Headers/Statistics.h"#include "../Headers/Utilities.h"#include "../Headers/ReadValues.h"Functions | |
| void | computeStatistics (int num_users, Smartphones smM, Smartphones::iterator it_smM, Events eventsL, Events::iterator it_eventsL, Users usersM, Users::iterator it_usersM, StreetPoint stpM, StreetPoint::iterator it_stpM, GraphCityMap grcM, GraphCityMap::iterator it_grcM, int days) |
| void computeStatistics | ( | int | num_users, |
| Smartphones | smM, | ||
| Smartphones::iterator | it_smM, | ||
| Events | eventsL, | ||
| Events::iterator | it_eventsL, | ||
| Users | usersM, | ||
| Users::iterator | it_usersM, | ||
| StreetPoint | stpM, | ||
| StreetPoint::iterator | it_stpM, | ||
| GraphCityMap | grcM, | ||
| GraphCityMap::iterator | it_grcM, | ||
| int | days | ||
| ) |
It computes the statistics parameters from the SimulationData.txt file
Delimiter constants for reading file.
1.8.11