ns3::Simulator implementation, as well as implementation pointer, global scheduler implementation. More...
#include "simulator.h"
#include "assert.h"
#include "des-metrics.h"
#include "event-impl.h"
#include "global-value.h"
#include "log.h"
#include "map-scheduler.h"
#include "object-factory.h"
#include "ptr.h"
#include "scheduler.h"
#include "simulator-impl.h"
#include "string.h"
#include "ns3/core-config.h"
#include <cmath>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <list>
#include <vector>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
static SimulatorImpl * | ns3::GetImpl () |
Get the SimulatorImpl singleton. More... | |
Time | ns3::Now () |
create an ns3::Time instance which contains the current simulation time. More... | |
static SimulatorImpl ** | ns3::PeekImpl () |
Get the static SimulatorImpl instance. More... | |
Variables | |
static GlobalValue | ns3::g_schedTypeImpl |
The specific event scheduler implementation to use. More... | |
static GlobalValue | ns3::g_simTypeImpl |
The specific simulator implementation to use. More... | |
ns3::Simulator implementation, as well as implementation pointer, global scheduler implementation.
Definition in file simulator.cc.