NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
ndn-common.h
1
2
/*
3
* Copyright (c) 2013, Regents of the University of California
4
* Alexander Afanasyev
5
*
6
* BSD license, See the doc/LICENSE file for more information
7
*
8
* Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
9
*/
10
11
#ifndef NDN_COMMON_H
12
#define NDN_COMMON_H
13
14
#include "ns3/nstime.h"
15
#include "ns3/simulator.h"
16
17
#define NDNSIM_MODE 1
18
19
#define NDN_NAMESPACE_BEGIN namespace ns3 { namespace ndn {
20
#define NDN_NAMESPACE_END }
/*ndn*/
}
/*ns3*/
21
25
namespace
ns3 {
26
30
namespace
ndn {
31
}
32
33
}
34
35
NDN_NAMESPACE_BEGIN
36
37
typedef
Time TimeInterval;
38
39
namespace
time
40
{
41
42
inline
Time
43
NowUnixTimestamp ()
44
{
45
return
Simulator::Now ();
46
}
47
48
}
49
50
NDN_NAMESPACE_END
51
52
#endif // NDN_COMMON_H
ndnSIM
model
ndn-common.h
Generated on Mon Jan 19 2015 11:27:04 for ndnSIM by
1.8.7