#include <fstream>
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/csma-module.h"
#include "ns3/applications-module.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
NS_LOG_COMPONENT_DEFINE ("Ping6Example") | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 42 of file ping6.cc.
References ns3::CommandLine::AddValue(), ns3::Ipv6AddressHelper::Assign(), ns3::NodeContainer::Create(), ns3::AsciiTraceHelper::CreateFileStream(), ns3::Simulator::Destroy(), ns3::AsciiTraceHelperForDevice::EnableAsciiAll(), ns3::PcapHelperForDevice::EnablePcapAll(), ns3::NodeContainer::Get(), ns3::Ipv6Address::GetAllNodesMulticast(), ns3::Ipv6InterfaceContainer::GetInterfaceIndex(), ns3::Ping6Helper::Install(), ns3::CsmaHelper::Install(), ns3::InternetStackHelper::Install(), ns3::LOG_LEVEL_ALL, ns3::LOG_LEVEL_INFO, ns3::LogComponentEnable(), NS_LOG_INFO, ns3::CommandLine::Parse(), ns3::Simulator::Run(), ns3::Ping6Helper::SetAttribute(), ns3::CsmaHelper::SetChannelAttribute(), ns3::Ping6Helper::SetIfIndex(), ns3::InternetStackHelper::SetIpv4StackInstall(), ns3::Ping6Helper::SetRemote(), ns3::ApplicationContainer::Start(), ns3::ApplicationContainer::Stop(), and verbose.
NS_LOG_COMPONENT_DEFINE | ( | "Ping6Example" | ) |