#include "ns3/log.h"
#include "ns3/command-line.h"
#include "ns3/ptr.h"
#include "ns3/config.h"
#include "ns3/uinteger.h"
#include "ns3/string.h"
#include "ns3/pointer.h"
#include "ns3/simulator.h"
#include "ns3/node.h"
#include "ns3/queue.h"
#include "ns3/drop-tail-queue.h"
#include "ns3/point-to-point-net-device.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("AttributeValueSample") |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 46 of file main-attribute-value.cc.
References ns3::Node::AddDevice(), ns3::Simulator::Destroy(), ns3::UintegerValue::Get(), ns3::PointerValue::Get(), ns3::ObjectBase::GetAttribute(), ns3::Object::GetObject(), ns3::LOG_LEVEL_INFO, ns3::LogComponentEnable(), NS_ASSERT, NS_LOG_INFO, ns3::CommandLine::Parse(), ns3::Config::Set(), ns3::ObjectBase::SetAttribute(), and ns3::Config::SetDefault().
NS_LOG_COMPONENT_DEFINE | ( | "AttributeValueSample" | ) |