#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/applications-module.h"
#include "ns3/wifi-module.h"
#include "ns3/mobility-module.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/internet-module.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("DataRates") | |
static void | SetPosition (Ptr< Node > node, Vector position) |
Variables | |
double | rxBytessum =0 |
double | throughput =0 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 63 of file ht-wifi-network.cc.
References ns3::ApplicationContainer::Add(), first::address, ns3::CommandLine::AddValue(), ns3::Ipv4AddressHelper::Assign(), first::clientApps, ns3::YansWifiChannelHelper::Create(), ns3::NodeContainer::Create(), ns3::YansWifiChannelHelper::Default(), ns3::HtWifiMacHelper::Default(), ns3::WifiHelper::Default(), ns3::YansWifiPhyHelper::Default(), ns3::Simulator::Destroy(), ns3::ApplicationContainer::Get(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::Ipv4Address::GetAny(), ns3::PacketSinkHelper::Install(), ns3::UdpServerHelper::Install(), ns3::OnOffHelper::Install(), ns3::WifiHelper::Install(), ns3::MobilityHelper::Install(), ns3::CommandLine::Parse(), ns3::Ipv4GlobalRoutingHelper::PopulateRoutingTables(), port, ns3::Simulator::Run(), first::serverApps, ns3::YansWifiPhyHelper::Set(), ns3::OnOffHelper::SetAttribute(), ns3::UdpClientHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::YansWifiPhyHelper::SetChannel(), ns3::Config::SetDefault(), ns3::MobilityHelper::SetMobilityModel(), SetPosition(), ns3::WifiHelper::SetRemoteStationManager(), ns3::WifiHelper::SetStandard(), ns3::QosWifiMacHelper::SetType(), first::stack, ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), ns3::ApplicationContainer::Stop(), throughput, and ns3::WIFI_PHY_STANDARD_80211n_2_4GHZ.
NS_LOG_COMPONENT_DEFINE | ( | "DataRates" | ) |
Definition at line 54 of file ht-wifi-network.cc.
References ns3::Object::GetObject(), and ns3::MobilityModel::SetPosition().
Referenced by ns3::LteX2HandoverMeasuresTestCase::DoRun(), AodvExample::InstallApplications(), and main().
double rxBytessum =0 |
Definition at line 46 of file ht-wifi-network.cc.
double throughput =0 |
Definition at line 47 of file ht-wifi-network.cc.
Referenced by LenaFdMtFfMacSchedulerTestCase::DoRun(), LenaTtaFfMacSchedulerTestCase::DoRun(), LenaTdMtFfMacSchedulerTestCase::DoRun(), main(), and ns3::MinstrelWifiManager::UpdateStats().