#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/applications-module.h"
#include "ns3/mobility-module.h"
#include "ns3/stats-module.h"
#include "ns3/wifi-module.h"
#include <iostream>
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 163 of file wifi-adhoc.cc.
References ns3::Gnuplot::AddDataset(), experiment(), ns3::Gnuplot::GenerateOutput(), NS_LOG_DEBUG, ns3::CommandLine::Parse(), Experiment::Run(), ns3::Config::SetDefault(), ns3::WifiHelper::SetRemoteStationManager(), ns3::WifiHelper::SetStandard(), ns3::NqosWifiMacHelper::SetType(), ns3::WIFI_PHY_STANDARD_80211a, and ns3::WIFI_PHY_STANDARD_holland.
NS_LOG_COMPONENT_DEFINE | ( | "Main" | ) |