#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/log.h"
#include "ns3/lte-module.h"
#include "ns3/mobility-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-epc-helper.h"
#include "ns3/point-to-point-module.h"
#include "ns3/spectrum-module.h"
#include <ns3/buildings-helper.h>
Go to the source code of this file.
Functions | |
void | PrintGnuplottableEnbListToFile (std::string filename) |
void | PrintGnuplottableUeListToFile (std::string filename) |
void PrintGnuplottableEnbListToFile | ( | std::string | filename | ) |
Definition at line 67 of file lena-distributed-ffr.cc.
References ns3::NodeList::Begin(), ns3::NodeList::End(), ns3::LteEnbNetDevice::GetCellId(), ns3::Node::GetDevice(), ns3::Node::GetNDevices(), ns3::Object::GetObject(), and NS_LOG_ERROR.
void PrintGnuplottableUeListToFile | ( | std::string | filename | ) |
Definition at line 38 of file lena-distributed-ffr.cc.
References ns3::NodeList::Begin(), ns3::NodeList::End(), ns3::Node::GetDevice(), ns3::Node::GetNDevices(), ns3::Object::GetObject(), and NS_LOG_ERROR.