#include <iostream>#include <sstream>#include <fstream>#include "ns3/core-module.h"#include "ns3/internet-module.h"#include "ns3/network-module.h"#include "ns3/applications-module.h"#include "ns3/mesh-module.h"#include "ns3/mobility-module.h"#include "ns3/mesh-helper.h"#include "ns3/yans-wifi-helper.h"
Include dependency graph for mesh.cc:Go to the source code of this file.
Classes | |
| class | MeshTest |
| MeshTest class. More... | |
Functions | |
| void | RxTrace (Ptr< const Packet > p) |
| void | TxTrace (Ptr< const Packet > p) |
Variables | |
| uint32_t | g_udpRxCount = 0 |
| uint32_t | g_udpTxCount = 0 |
$ ./ns3 run "mesh [Program Options]"
--x-size --y-size --step --start --time --packet-interval --packet-size --interfaces --channels --pcap --ascii --stack --root Definition in file mesh.cc.
Definition at line 101 of file mesh.cc.
References g_udpRxCount, ns3::Packet::GetSize(), and NS_LOG_DEBUG.
Referenced by MeshTest::InstallApplication().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 94 of file mesh.cc.
References g_udpTxCount, ns3::Packet::GetSize(), and NS_LOG_DEBUG.
Referenced by MeshTest::InstallApplication().
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t g_udpRxCount = 0 |
Definition at line 91 of file mesh.cc.
Referenced by MeshTest::Run(), and RxTrace().
| uint32_t g_udpTxCount = 0 |
Definition at line 90 of file mesh.cc.
Referenced by MeshTest::Run(), and TxTrace().