#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/mpi-interface.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/ipv4-static-routing-helper.h"
#include "ns3/ipv4-list-routing-helper.h"
#include "ns3/point-to-point-helper.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-nix-vector-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/on-off-helper.h"
#include "ns3/packet-sink-helper.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("SimpleDistributed") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 81 of file simple-distributed-empty-node.cc.
References ns3::Ipv4InterfaceContainer::Add(), ns3::Ipv4ListRoutingHelper::Add(), ns3::ApplicationContainer::Add(), ns3::NetDeviceContainer::Add(), ns3::NodeContainer::Add(), ns3::CommandLine::AddValue(), ns3::Ipv4AddressHelper::Assign(), ns3::GlobalValue::Bind(), first::clientApps, ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::MpiInterface::Disable(), ns3::MpiInterface::Enable(), ns3::PcapHelperForDevice::EnablePcap(), ns3::NetDeviceContainer::Get(), ns3::Ipv4InterfaceContainer::Get(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::Ipv4Address::GetAny(), ns3::MpiInterface::GetSize(), ns3::MpiInterface::GetSystemId(), ns3::PacketSinkHelper::Install(), ns3::OnOffHelper::Install(), ns3::PointToPointHelper::Install(), ns3::InternetStackHelper::InstallAll(), list, ns3::LOG_LEVEL_INFO, ns3::LogComponentEnable(), ns3::Ipv4AddressHelper::NewNetwork(), NS_FATAL_ERROR, ns3::CommandLine::Parse(), ns3::Ipv4GlobalRoutingHelper::PopulateRoutingTables(), port, ns3::Simulator::Run(), ns3::OnOffHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::PointToPointHelper::SetChannelAttribute(), ns3::Config::SetDefault(), ns3::PointToPointHelper::SetDeviceAttribute(), ns3::InternetStackHelper::SetRoutingHelper(), first::stack, ns3::ApplicationContainer::Start(), ns3::Simulator::Stop(), and ns3::ApplicationContainer::Stop().
NS_LOG_COMPONENT_DEFINE | ( | "SimpleDistributed" | ) |