A Discrete-Event Network Simulator
API
 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 
6 
7 TypeId
9 {
10  static TypeId tid = TypeId ("ns3::Chunk")
12  ;
13  return tid;
14 }
15 
16 } // namespace ns3
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register the class in the ns-3 factory.
Definition: object-base.h:38
implement the ns-3 type and attribute system
Definition: object-base.h:61
a unique identifier for an interface.
Definition: type-id.h:49
TypeId SetParent(TypeId tid)
Definition: type-id.cc:610
static TypeId GetTypeId(void)
Get the type ID.
Definition: chunk.cc:8