#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/mobility-module.h"
#include "ns3/lte-module.h"
#include "ns3/config-store.h"
#include <ns3/buildings-module.h>
#include <iomanip>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 35 of file lena-profiling.cc.
References ns3::LteHelper::ActivateDataRadioBearer(), ns3::ListPositionAllocator::Add(), ns3::CommandLine::AddValue(), ns3::LteHelper::Attach(), ns3::Building::ConcreteWithWindows, ns3::ConfigStore::ConfigureDefaults(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::LteHelper::EnableTraces(), ns3::EpsBearer::GBR_CONV_VOICE, ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::Object::GetObject(), ns3::UniformRandomVariable::GetValue(), ns3::BuildingsHelper::Install(), ns3::MobilityHelper::Install(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), ns3::BuildingsHelper::MakeMobilityModelConsistent(), ns3::CommandLine::Parse(), ns3::Building::Residential, ns3::Simulator::Run(), ns3::ObjectBase::SetAttribute(), ns3::MobilityHelper::SetMobilityModel(), ns3::MobilityModel::SetPosition(), ns3::MobilityHelper::SetPositionAllocator(), ns3::Simulator::Stop(), ns3::Vector3D::x, ns3::Vector3D::y, and ns3::Vector3D::z.