#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <cstdlib>
#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/global-route-manager.h"
#include "ns3/mobility-module.h"
#include "ns3/netanim-module.h"
#include "ns3/assert.h"
#include "ns3/ipv4-global-routing-helper.h"
Go to the source code of this file.
Functions | |
void | printCoordinateArray (const char *description, vector< vector< double > > coord_array) |
void | printMatrix (const char *description, vector< vector< bool > > array) |
vector< vector< double > > | readCordinatesFile (std::string node_coordinates_file_name) |
vector< vector< bool > > | readNxNMatrix (std::string adj_mat_file_name) |
void printCoordinateArray | ( | const char * | description, |
vector< vector< double > > | coord_array | ||
) |
Definition at line 422 of file matrix-topology.cc.
void printMatrix | ( | const char * | description, |
vector< vector< bool > > | array | ||
) |
Definition at line 407 of file matrix-topology.cc.
vector< vector< double > > readCordinatesFile | ( | std::string | node_coordinates_file_name | ) |
Definition at line 358 of file matrix-topology.cc.
References NS_FATAL_ERROR, NS_LOG_ERROR, and NS_LOG_WARN.
vector< vector< bool > > readNxNMatrix | ( | std::string | adj_mat_file_name | ) |
Definition at line 297 of file matrix-topology.cc.
References NS_FATAL_ERROR, NS_LOG_ERROR, and NS_LOG_WARN.