#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/flow-monitor-helper.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-module.h"
#include "ns3/traffic-control-module.h"
Go to the source code of this file.
Functions | |
void | BuildAppsTest () |
void | CheckQueueDiscSize (Ptr< QueueDisc > queue) |
void BuildAppsTest | ( | ) |
Definition at line 83 of file pie-example.cc.
References ns3::ApplicationContainer::Add(), client_start_time, client_stop_time, ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::Ipv4Address::GetAny(), i3i4, ns3::ApplicationHelper::Install(), n0n2, n1n2, n3n4, port, ns3::Seconds(), ns3::ApplicationHelper::SetAttribute(), sink_start_time, sink_stop_time, ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().
Definition at line 62 of file pie-example.cc.
References avgQueueDiscSize, CheckQueueDiscSize(), checkTimes, filePlotQueueDisc, filePlotQueueDiscAvg, ns3::Time::GetSeconds(), ns3::Simulator::Now(), ns3::Simulator::Schedule(), and ns3::Seconds().
Referenced by CheckQueueDiscSize().
double avgQueueDiscSize |
Definition at line 36 of file pie-example.cc.
Referenced by CheckQueueDiscSize().
uint32_t checkTimes |
Definition at line 35 of file pie-example.cc.
Referenced by CheckQueueDiscSize().
double client_start_time |
Definition at line 43 of file pie-example.cc.
Referenced by BuildAppsTest().
double client_stop_time |
Definition at line 44 of file pie-example.cc.
Referenced by BuildAppsTest().
std::stringstream filePlotQueueDisc |
Definition at line 58 of file pie-example.cc.
Referenced by CheckQueueDiscSize().
std::stringstream filePlotQueueDiscAvg |
Definition at line 59 of file pie-example.cc.
Referenced by CheckQueueDiscSize().
double global_start_time |
Definition at line 39 of file pie-example.cc.
double global_stop_time |
Definition at line 40 of file pie-example.cc.
Definition at line 52 of file pie-example.cc.
Definition at line 53 of file pie-example.cc.
Definition at line 54 of file pie-example.cc.
Definition at line 55 of file pie-example.cc.
Referenced by BuildAppsTest().
Definition at line 56 of file pie-example.cc.
NodeContainer n0n2 |
Definition at line 46 of file pie-example.cc.
Referenced by BuildAppsTest().
NodeContainer n1n2 |
Definition at line 47 of file pie-example.cc.
Referenced by BuildAppsTest().
NodeContainer n2n3 |
Definition at line 48 of file pie-example.cc.
NodeContainer n3n4 |
Definition at line 49 of file pie-example.cc.
Referenced by BuildAppsTest().
NodeContainer n3n5 |
Definition at line 50 of file pie-example.cc.
double sink_start_time |
Definition at line 41 of file pie-example.cc.
Referenced by BuildAppsTest().
double sink_stop_time |
Definition at line 42 of file pie-example.cc.
Referenced by BuildAppsTest().