#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-module.h"
#include "ns3/applications-module.h"
#include "ns3/config-store-module.h"
#include "ns3/fd-net-device-module.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 95 of file fd-emu-onoff.cc.
References ns3::Ipv4::AddAddress(), first::address, ns3::CommandLine::AddValue(), ns3::GlobalValue::Bind(), first::clientApps, ns3::Simulator::Destroy(), first::devices, ns3::PcapHelperForDevice::EnablePcap(), ns3::NetDeviceContainer::Get(), ns3::Object::GetObject(), ns3::PacketSinkHelper::Install(), ns3::FdNetDeviceHelper::Install(), ns3::OnOffHelper::Install(), ns3::InternetStackHelper::Install(), NS_LOG_INFO, ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::Seconds(), ns3::OnOffHelper::SetAttribute(), ns3::ObjectBase::SetAttribute(), ns3::EmuFdNetDeviceHelper::SetDeviceName(), ns3::InternetStackHelper::SetIpv4StackInstall(), ns3::Ipv4::SetMetric(), ns3::Ipv4::SetUp(), ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), and ns3::ApplicationContainer::Stop().