A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
wimax-multicast.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/csma-module.h"
#include <iostream>
#include "ns3/global-route-manager.h"
#include "ns3/internet-module.h"
#include "ns3/vector.h"
+ Include dependency graph for wimax-multicast.cc:

Go to the source code of this file.

Macros

#define MAXDIST   10
 
#define MAXSS   1000
 

Functions

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

Macro Definition Documentation

#define MAXDIST   10

Definition at line 69 of file wimax-multicast.cc.

#define MAXSS   1000

Definition at line 68 of file wimax-multicast.cc.

Referenced by main().

Function Documentation

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

Definition at line 72 of file wimax-multicast.cc.

References ns3::NetDeviceContainer::Add(), ns3::NodeContainer::Add(), ns3::Ipv4StaticRoutingHelper::AddMulticastRoute(), first::address, ns3::CommandLine::AddValue(), ns3::Object::AggregateObject(), ns3::Ipv4AddressHelper::Assign(), first::clientApps, ns3::SimpleOfdmWimaxChannel::COST231_PROPAGATION, 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::BaseStationNetDevice::GetServiceFlowManager(), ns3::UdpServerHelper::Install(), ns3::CsmaHelper::Install(), ns3::InternetStackHelper::Install(), ns3::WimaxHelper::Install(), ns3::MobilityHelper::Install(), ns3::UdpTraceClientHelper::Install(), ns3::LOG_LEVEL_INFO, ns3::LogComponentEnable(), MAXSS, ns3::WimaxPhy::MODULATION_TYPE_QAM16_12, ns3::WimaxPhy::MODULATION_TYPE_QPSK_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::ObjectBase::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::CsmaHelper::SetChannelAttribute(), ns3::Ipv4StaticRoutingHelper::SetDefaultMulticastRoute(), ns3::CsmaHelper::SetDeviceAttribute(), ns3::SubscriberStationNetDevice::SetModulationType(), ns3::MobilityModel::SetPosition(), ns3::SimpleOfdmWimaxChannel::SetPropagationModel(), ns3::ServiceFlow::SF_DIRECTION_DOWN, ns3::ServiceFlow::SF_TYPE_UGS, ns3::WimaxHelper::SIMPLE_PHY_TYPE_OFDM, first::stack, ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), ns3::ApplicationContainer::Stop(), and verbose.

+ Here is the call graph for this function: