#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/netanim-module.h"
#include "ns3/internet-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/applications-module.h"
#include "ns3/point-to-point-layout-module.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("StarAnimation") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 43 of file star-animation.cc.
References ns3::ApplicationContainer::Add(), ns3::CommandLine::AddValue(), ns3::PointToPointStarHelper::AssignIpv4Addresses(), ns3::PointToPointStarHelper::AssignIpv6Addresses(), ns3::PointToPointStarHelper::BoundingBox(), ns3::Simulator::Destroy(), ns3::Ipv4Address::GetAny(), ns3::Ipv6Address::GetAny(), ns3::PointToPointStarHelper::GetHub(), ns3::PointToPointStarHelper::GetHubIpv4Address(), ns3::PointToPointStarHelper::GetHubIpv6Address(), ns3::PointToPointStarHelper::GetSpokeNode(), ns3::PacketSinkHelper::Install(), ns3::OnOffHelper::Install(), ns3::PointToPointStarHelper::InstallStack(), NS_LOG_INFO, ns3::CommandLine::Parse(), first::pointToPoint, ns3::Ipv4GlobalRoutingHelper::PopulateRoutingTables(), port, ns3::Simulator::Run(), ns3::OnOffHelper::SetAttribute(), ns3::PointToPointHelper::SetChannelAttribute(), ns3::Config::SetDefault(), ns3::PointToPointHelper::SetDeviceAttribute(), ns3::PointToPointStarHelper::SpokeCount(), ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().
NS_LOG_COMPONENT_DEFINE | ( | "StarAnimation" | ) |