#include "ns3/core-module.h"#include "ns3/network-module.h"#include "ns3/internet-module.h"#include "ns3/flow-monitor-helper.h"#include "ns3/point-to-point-module.h"#include "ns3/applications-module.h"#include "ns3/traffic-control-module.h"
Include dependency graph for red-tests.cc:Go to the source code of this file.
Functions | |
| void | BuildAppsTest (uint32_t test) |
| void | CheckQueueSize (Ptr< QueueDisc > queue) |
$ ./ns3 run "red-tests [Program Options]"
--testNumber --pathOut --writeForPlot --writePcap --writeFlowMonitor Definition in file red-tests.cc.
| void BuildAppsTest | ( | uint32_t | test | ) |
Definition at line 100 of file red-tests.cc.
Definition at line 80 of file red-tests.cc.
References avgQueueSize, CheckQueueSize(), checkTimes, filePlotQueue, filePlotQueueAvg, ns3::QueueDisc::GetCurrentSize(), ns3::Time::GetSeconds(), ns3::QueueSize::GetValue(), ns3::Now(), and ns3::Seconds().
Referenced by CheckQueueSize().
Here is the call graph for this function:
Here is the caller graph for this function:| double avgQueueSize |
Definition at line 54 of file red-tests.cc.
Referenced by CheckQueueSize().
| uint32_t checkTimes |
Definition at line 53 of file red-tests.cc.
Referenced by CheckQueueSize().
| double client_start_time |
Definition at line 61 of file red-tests.cc.
| double client_stop_time |
Definition at line 62 of file red-tests.cc.
| std::stringstream filePlotQueue |
Definition at line 76 of file red-tests.cc.
Referenced by CheckQueueSize().
| std::stringstream filePlotQueueAvg |
Definition at line 77 of file red-tests.cc.
Referenced by CheckQueueSize().
| double global_start_time |
Definition at line 57 of file red-tests.cc.
| double global_stop_time |
Definition at line 58 of file red-tests.cc.
Definition at line 70 of file red-tests.cc.
Definition at line 71 of file red-tests.cc.
Definition at line 72 of file red-tests.cc.
Definition at line 73 of file red-tests.cc.
Definition at line 74 of file red-tests.cc.
| NodeContainer n0n2 |
Definition at line 64 of file red-tests.cc.
| NodeContainer n1n2 |
Definition at line 65 of file red-tests.cc.
| NodeContainer n2n3 |
Definition at line 66 of file red-tests.cc.
| NodeContainer n3n4 |
Definition at line 67 of file red-tests.cc.
| NodeContainer n3n5 |
Definition at line 68 of file red-tests.cc.
| double sink_start_time |
Definition at line 59 of file red-tests.cc.
| double sink_stop_time |
Definition at line 60 of file red-tests.cc.