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
3
namespace
ns3 {
4
5
TypeId
6
SimulatorImpl::GetTypeId
(
void
)
7
{
8
static
TypeId
tid =
TypeId
(
"ns3::SimulatorImpl"
)
9
.
SetParent
<
Object
> ()
10
;
11
return
tid;
12
}
13
14
}
// namespace ns3
src
core
model
simulator-impl.cc
Generated on Tue Oct 9 2012 16:45:35 for ns-3 by
1.8.1.2