#include <iostream>
#include <fstream>
#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/mobility-module.h"
#include "ns3/wifi-module.h"
#include "ns3/tap-bridge-module.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("TapWifiVirtualMachineExample") |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 83 of file tap-wifi-virtual-machine.cc.
References ns3::ListPositionAllocator::Add(), ns3::GlobalValue::Bind(), ns3::YansWifiChannelHelper::Create(), ns3::NodeContainer::Create(), ns3::NqosWifiMacHelper::Default(), ns3::YansWifiChannelHelper::Default(), ns3::WifiHelper::Default(), ns3::YansWifiPhyHelper::Default(), ns3::Simulator::Destroy(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::TapBridgeHelper::Install(), ns3::WifiHelper::Install(), ns3::MobilityHelper::Install(), ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::Seconds(), ns3::TapBridgeHelper::SetAttribute(), ns3::YansWifiPhyHelper::SetChannel(), ns3::MobilityHelper::SetMobilityModel(), ns3::MobilityHelper::SetPositionAllocator(), ns3::WifiHelper::SetRemoteStationManager(), ns3::WifiHelper::SetStandard(), ns3::NqosWifiMacHelper::SetType(), ns3::Simulator::Stop(), and ns3::WIFI_PHY_STANDARD_80211a.
NS_LOG_COMPONENT_DEFINE | ( | "TapWifiVirtualMachineExample" | ) |