CrowdSenSim
1.0
|
#include "../Headers/Antenna.h"
#include <string>
#include <fstream>
#include <cstdlib>
#include <sstream>
#include <vector>
#include <cmath>
#include <stdlib.h>
#include <map>
#include <list>
#include <algorithm>
#include <iomanip>
Functions | |
Antennas | mapAntenna (string textFileAntennasLocations, string typeOfAntennas) |
Variables | |
Antennas | antennasLFunc |
Antennas::iterator | it_antennasLFunc |
Antennas mapAntenna | ( | string | textFileAntennasLocations, |
string | typeOfAntennas | ||
) |
Creates antennas-map.txt file
Inputs: -file of geographical location of Antennas -Name of the kind of antennas system
Returns a list of Antenna
Sets antennas in the city map
Antennas antennasLFunc |
Antennas::iterator it_antennasLFunc |