#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/applications-module.h"
#include "ns3/wifi-module.h"
#include "ns3/mesh-module.h"
#include "ns3/mobility-module.h"
#include "ns3/mesh-helper.h"
#include <iostream>
#include <sstream>
#include <fstream>
Go to the source code of this file.
Classes | |
class | MeshTest |
Functions | |
int | main (int argc, char *argv[]) |
NS_LOG_COMPONENT_DEFINE ("TestMeshScript") | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 254 of file mesh.cc.
References MeshTest::Configure(), and MeshTest::Run().
NS_LOG_COMPONENT_DEFINE | ( | "TestMeshScript" | ) |