A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
simulator-impl.cc
Go to the documentation of this file.
1
#include "
simulator-impl.h
"
2
#include "
log.h
"
3
4
NS_LOG_COMPONENT_DEFINE
(
"SimulatorImpl"
);
5
6
namespace
ns3 {
7
8
TypeId
9
SimulatorImpl::GetTypeId
(
void
)
10
{
11
static
TypeId
tid =
TypeId
(
"ns3::SimulatorImpl"
)
12
.
SetParent
<
Object
> ()
13
;
14
return
tid;
15
}
16
17
}
// namespace ns3
ns3::SimulatorImpl::GetTypeId
static TypeId GetTypeId(void)
Definition:
simulator-impl.cc:9
simulator-impl.h
ns3::Object
a base class which provides memory management and object aggregation
Definition:
object.h:63
log.h
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:49
ns3::TypeId::SetParent
TypeId SetParent(TypeId tid)
Definition:
type-id.cc:611
NS_LOG_COMPONENT_DEFINE
NS_LOG_COMPONENT_DEFINE("SimulatorImpl")
src
core
model
simulator-impl.cc
Generated on Sat Apr 19 2014 14:06:52 for ns-3 by
1.8.6