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
chunk.cc
Go to the documentation of this file.
1
#include "
chunk.h
"
2
3
namespace
ns3 {
4
5
NS_OBJECT_ENSURE_REGISTERED
(Chunk)
6
;
7
8
TypeId
9
Chunk::GetTypeId
(
void
)
10
{
11
static
TypeId
tid =
TypeId
(
"ns3::Chunk"
)
12
.
SetParent
<
ObjectBase
> ()
13
;
14
return
tid;
15
}
16
17
}
// namespace ns3
ns3::NS_OBJECT_ENSURE_REGISTERED
NS_OBJECT_ENSURE_REGISTERED(NullMessageSimulatorImpl)
ns3::ObjectBase
implement the ns-3 type and attribute system
Definition:
object-base.h:70
chunk.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
ns3::Chunk::GetTypeId
static TypeId GetTypeId(void)
Definition:
chunk.cc:9
src
network
model
chunk.cc
Generated on Sat Apr 19 2014 14:07:05 for ns-3 by
1.8.6