|
CrowdSenSim
1.1
|
#include "../Headers/Utilities.h"Go to the source code of this file.
Functions | |
| StreetPoint | readStreetPoint () |
| GraphCityMap | setMapCity () |
| StreetPoint | readDefaultStreetPoint () |
| GraphCityMap | setDefaultMapCity () |
| Users | allocateUsers (int num_users, StreetPoint stpM, StreetPoint::iterator it_stpM) |
| int | readDaySimulation () |
| int | readNumberUsers () |
| string | readKindAntennaFromSetupFile () |
| int | readDecision () |
| int | readRay () |
| int | readStartHour () |
| int | readStartMinute () |
| int | readFinishtHour () |
| int | readFinishMinute () |
| int | readMaximumTravelTime () |
| int | readMinimumTravelTime () |
| Users allocateUsers | ( | int | num_users, |
| StreetPoint | stpM, | ||
| StreetPoint::iterator | it_stpM | ||
| ) |
It allocates users in the map. The first position is chosen casually.
| int readDaySimulation | ( | ) |
| int readDecision | ( | ) |
| StreetPoint readDefaultStreetPoint | ( | ) |
| int readFinishMinute | ( | ) |
| int readFinishtHour | ( | ) |
| string readKindAntennaFromSetupFile | ( | ) |
| int readMaximumTravelTime | ( | ) |
| int readMinimumTravelTime | ( | ) |
| int readNumberUsers | ( | ) |
| int readRay | ( | ) |
| int readStartHour | ( | ) |
| int readStartMinute | ( | ) |
| StreetPoint readStreetPoint | ( | ) |
These functions read values useful to starting the Simulation from the Setup.txt file, located in the Input folder
| GraphCityMap setDefaultMapCity | ( | ) |
| GraphCityMap setMapCity | ( | ) |
1.8.11