A Discrete-Event Network Simulator
API
chunk.cc
Go to the documentation of this file.
1 #include "chunk.h"
2 
3 namespace ns3 {
4 
6 
7 TypeId
9 {
10  static TypeId tid = TypeId ("ns3::Chunk")
12  .SetGroupName("Network")
13  ;
14  return tid;
15 }
16 
17 } // namespace ns3
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
Definition: object-base.h:44
Anchor the ns-3 type and attribute system.
Definition: object-base.h:68
Every class exported by the ns3 library is enclosed in the ns3 namespace.
a unique identifier for an interface.
Definition: type-id.h:57
TypeId SetParent(TypeId tid)
Definition: type-id.cc:638
static TypeId GetTypeId(void)
Get the type ID.
Definition: chunk.cc:8