#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/applications-module.h"
#include "ns3/mobility-module.h"
#include "ns3/config-store-module.h"
#include "ns3/wimax-module.h"
#include "ns3/internet-module.h"
#include "ns3/global-route-manager.h"
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("wimaxIpV4Simulation") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 67 of file wimax-ipv4.cc.
References first::address, ns3::SubscriberStationNetDevice::AddServiceFlow(), ns3::CommandLine::AddValue(), ns3::Ipv4AddressHelper::Assign(), first::clientApps, ns3::NodeContainer::Create(), ns3::WimaxHelper::CreateServiceFlow(), ns3::Simulator::Destroy(), ns3::WimaxHelper::DEVICE_TYPE_BASE_STATION, ns3::WimaxHelper::DEVICE_TYPE_SUBSCRIBER_STATION, ns3::WimaxHelper::EnableLogComponents(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::UdpServerHelper::Install(), ns3::InternetStackHelper::Install(), ns3::UdpClientHelper::Install(), ns3::WimaxHelper::Install(), ns3::MobilityHelper::Install(), ns3::LOG_LEVEL_INFO, ns3::LogComponentEnable(), ns3::WimaxPhy::MODULATION_TYPE_QAM16_12, NS_LOG_INFO, ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::WimaxHelper::SCHED_TYPE_MBQOS, ns3::WimaxHelper::SCHED_TYPE_RTPS, ns3::WimaxHelper::SCHED_TYPE_SIMPLE, first::serverApps, ns3::UdpClientHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::SubscriberStationNetDevice::SetModulationType(), ns3::ServiceFlow::SF_DIRECTION_DOWN, ns3::ServiceFlow::SF_DIRECTION_UP, ns3::ServiceFlow::SF_TYPE_BE, ns3::WimaxHelper::SIMPLE_PHY_TYPE_OFDM, first::stack, ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), ns3::ApplicationContainer::Stop(), and verbose.
NS_LOG_COMPONENT_DEFINE | ( | "wimaxIpV4Simulation" | ) |