#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/csma-module.h"
#include "ns3/csma-star-helper.h"
#include "ns3/applications-module.h"
#include "ns3/internet-module.h"
#include "ns3/ipv6-address-generator.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("CsmaStar") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file csma-star.cc.
References ns3::ApplicationContainer::Add(), ns3::NetDeviceContainer::Add(), ns3::NodeContainer::Add(), first::address, ns3::CommandLine::AddValue(), ns3::Ipv6AddressHelper::Assign(), ns3::Ipv4AddressHelper::Assign(), ns3::CsmaStarHelper::AssignIpv4Addresses(), ns3::CsmaStarHelper::AssignIpv6Addresses(), ns3::NodeContainer::Create(), ns3::Simulator::Destroy(), ns3::PcapHelperForDevice::EnablePcapAll(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::Ipv4Address::GetAny(), ns3::Ipv6Address::GetAny(), ns3::CsmaStarHelper::GetHub(), ns3::CsmaStarHelper::GetHubIpv4Address(), ns3::CsmaStarHelper::GetHubIpv6Address(), ns3::NetDeviceContainer::GetN(), ns3::NodeContainer::GetN(), ns3::Ipv6AddressGenerator::GetNetwork(), ns3::Object::GetObject(), ns3::CsmaStarHelper::GetSpokeDevices(), ns3::CsmaStarHelper::GetSpokeNode(), ns3::Ipv6AddressGenerator::Init(), ns3::PacketSinkHelper::Install(), ns3::OnOffHelper::Install(), ns3::CsmaHelper::Install(), ns3::InternetStackHelper::Install(), ns3::CsmaStarHelper::InstallStack(), NS_LOG_INFO, ns3::CommandLine::Parse(), ns3::Ipv4GlobalRoutingHelper::PopulateRoutingTables(), port, ns3::Simulator::Run(), ns3::OnOffHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::Ipv6AddressHelper::SetBase(), ns3::CsmaHelper::SetChannelAttribute(), ns3::Config::SetDefault(), ns3::CsmaStarHelper::SpokeCount(), ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().
NS_LOG_COMPONENT_DEFINE | ( | "CsmaStar" | ) |