A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
simulator.cc File Reference

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>
+ Include dependency graph for simulator.cc:

Go to the source code of this file.

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

static SimulatorImpl * ns3::GetImpl ()
 Get the SimulatorImpl singleton.
 
Time ns3::Now ()
 create an ns3::Time instance which contains the current simulation time.
 
static SimulatorImpl ** ns3::PeekImpl ()
 Get the static SimulatorImpl instance.
 

Variables

static GlobalValue ns3::g_schedTypeImpl
 The specific event scheduler implementation to use.
 
static GlobalValue ns3::g_simTypeImpl
 The specific simulator implementation to use.
 

Detailed Description

ns3::Simulator implementation, as well as implementation pointer, global scheduler implementation.

Definition in file simulator.cc.