#include "null-message-mpi-interface.h"
#include "null-message-simulator-impl.h"
#include "remote-channel-bundle-manager.h"
#include "remote-channel-bundle.h"
#include "ns3/mpi-receiver.h"
#include "ns3/node.h"
#include "ns3/node-list.h"
#include "ns3/net-device.h"
#include "ns3/nstime.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
#include <iostream>
#include <iomanip>
#include <list>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
NS_LOG_COMPONENT_DEFINE ("NullMessageMpiInterface") | |
Variables | |
const uint32_t | ns3::NULL_MESSAGE_MAX_MPI_MSG_SIZE = 2000 |
maximum MPI message size for easy buffer creation More... | |
NS_LOG_COMPONENT_DEFINE | ( | "NullMessageMpiInterface" | ) |