#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/mobility-module.h"
#include "ns3/stats-module.h"
#include "ns3/wifi-module.h"
#include "ns3/internet-module.h"
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | Experiment |
Helper class for UAN CW MAC example. More... | |
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("Main") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 167 of file wifi-clear-channel-cmu.cc.
References ns3::Gnuplot2dDataset::Add(), ns3::Gnuplot::AddDataset(), ns3::YansWifiChannelHelper::AddPropagationLoss(), experiment(), ns3::Gnuplot::GenerateOutput(), NS_LOG_DEBUG, ns3::CommandLine::Parse(), Experiment::Run(), ns3::YansWifiPhyHelper::Set(), ns3::Config::SetDefault(), ns3::Gnuplot::SetExtra(), ns3::Gnuplot::SetLegend(), ns3::YansWifiChannelHelper::SetPropagationDelay(), ns3::WifiHelper::SetRemoteStationManager(), ns3::WifiHelper::SetStandard(), ns3::Gnuplot2dDataset::SetStyle(), ns3::Gnuplot::SetTerminal(), ns3::NqosWifiMacHelper::SetType(), and ns3::WIFI_PHY_STANDARD_80211b.
NS_LOG_COMPONENT_DEFINE | ( | "Main" | ) |