#include "ns3/core-module.h"#include "ns3/network-module.h"#include "ns3/internet-module.h"#include "ns3/point-to-point-module.h"#include "ns3/applications-module.h"#include "ns3/traffic-control-module.h"#include "ns3/flow-monitor-module.h"
Include dependency graph for traffic-control.cc:Go to the source code of this file.
Functions | |
| void | DevicePacketsInQueueTrace (uint32_t oldValue, uint32_t newValue) |
| void | SojournTimeTrace (Time sojournTime) |
| void | TcPacketsInQueueTrace (uint32_t oldValue, uint32_t newValue) |
| void DevicePacketsInQueueTrace | ( | uint32_t | oldValue, |
| uint32_t | newValue | ||
| ) |
Definition at line 76 of file traffic-control.cc.
| void SojournTimeTrace | ( | Time | sojournTime | ) |
Definition at line 82 of file traffic-control.cc.
References ns3::Time::MS, and ns3::Time::ToDouble().
Here is the call graph for this function:| void TcPacketsInQueueTrace | ( | uint32_t | oldValue, |
| uint32_t | newValue | ||
| ) |
Definition at line 70 of file traffic-control.cc.