#include "ns3/core-config.h"
#include "simulator.h"
#include "simulator-impl.h"
#include "scheduler.h"
#include "map-scheduler.h"
#include "event-impl.h"
#include "ptr.h"
#include "string.h"
#include "object-factory.h"
#include "global-value.h"
#include "assert.h"
#include "log.h"
#include <cmath>
#include <fstream>
#include <list>
#include <vector>
#include <iostream>
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 (void) |
static void | ns3::NodePrinter (std::ostream &os) |
Time | ns3::Now (void) |
create an ns3::Time instance which contains the current simulation time. More... | |
NS_LOG_COMPONENT_DEFINE ("Simulator") | |
static SimulatorImpl ** | ns3::PeekImpl (void) |
static void | ns3::TimePrinter (std::ostream &os) |
Variables | |
GlobalValue | ns3::g_schedTypeImpl |
GlobalValue | ns3::g_simTypeImpl |
NS_LOG_COMPONENT_DEFINE | ( | "Simulator" | ) |