A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
wimax-simple.cc File Reference
#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 "ns3/ipcs-classifier-record.h"
#include "ns3/service-flow.h"
#include <iostream>
+ Include dependency graph for wimax-simple.cc:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 NS_LOG_COMPONENT_DEFINE ("WimaxSimpleExample")

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 61 of file wimax-simple.cc.

References ns3::SubscriberStationNetDevice::AddServiceFlow(), ns3::CommandLine::AddValue(), ns3::Ipv4AddressHelper::Assign(), ns3::NodeContainer::Create(), ns3::WimaxHelper::CreateServiceFlow(), ns3::Simulator::Destroy(), ns3::WimaxHelper::DEVICE_TYPE_BASE_STATION, ns3::WimaxHelper::DEVICE_TYPE_SUBSCRIBER_STATION, ns3::AsciiTraceHelperForDevice::EnableAscii(), ns3::WimaxHelper::EnableLogComponents(), ns3::PcapHelperForDevice::EnablePcap(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::Node::GetId(), ns3::WimaxNetDevice::GetIfIndex(), ns3::Object::GetObject(), ns3::UdpServerHelper::Install(), ns3::InternetStackHelper::Install(), ns3::UdpClientHelper::Install(), ns3::WimaxHelper::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, ns3::Seconds(), ns3::UdpClientHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::SubscriberStationNetDevice::SetModulationType(), ns3::ServiceFlow::SF_DIRECTION_DOWN, ns3::ServiceFlow::SF_DIRECTION_UP, ns3::ServiceFlow::SF_TYPE_RTPS, ns3::WimaxHelper::SIMPLE_PHY_TYPE_OFDM, ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), ns3::ApplicationContainer::Stop(), and verbose.

+ Here is the call graph for this function:

NS_LOG_COMPONENT_DEFINE ( "WimaxSimpleExample"  )