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
TypeId
8
Chunk::GetTypeId
(
void
)
9
{
10
static
TypeId
tid =
TypeId
(
"ns3::Chunk"
)
11
.
SetParent
<
ObjectBase
> ()
12
;
13
return
tid;
14
}
15
16
}
// namespace ns3
src
network
model
chunk.cc
Generated on Tue Oct 9 2012 16:45:43 for ns-3 by
1.8.1.2