#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-helper.h>
Go to the source code of this file.
Functions | |
static void | ChangePosition (Ptr< Node > node) |
static Vector | GetPosition (Ptr< Node > node) |
int | main (int argc, char *argv[]) |
static void | SetPosition (Ptr< Node > node, Vector position) |
Definition at line 48 of file lena-cqi-threshold.cc.
References GetPosition(), SetPosition(), and ns3::Vector3D::x.
Referenced by main().
Definition at line 41 of file lena-cqi-threshold.cc.
References ns3::Object::GetObject(), and ns3::MobilityModel::GetPosition().
Referenced by ChangePosition().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 64 of file lena-cqi-threshold.cc.
References ns3::LteHelper::ActivateDataRadioBearer(), ns3::LteHelper::Attach(), ChangePosition(), ns3::ConfigStore::ConfigureDefaults(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::LteHelper::EnableMacTraces(), ns3::LteHelper::EnableRlcTraces(), ns3::EpsBearer::GBR_CONV_VOICE, ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::BuildingsHelper::Install(), ns3::MobilityHelper::Install(), ns3::LteHelper::InstallEnbDevice(), ns3::LteHelper::InstallUeDevice(), ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::Simulator::Schedule(), ns3::ObjectBase::SetAttribute(), ns3::MobilityHelper::SetMobilityModel(), ns3::LteHelper::SetSchedulerAttribute(), ns3::LteHelper::SetSchedulerType(), and ns3::Simulator::Stop().
Definition at line 34 of file lena-cqi-threshold.cc.
References ns3::Object::GetObject(), and ns3::MobilityModel::SetPosition().
Referenced by ChangePosition().