ns3-bgp
0.2
BGP module for ns-3.
model
bgp-ns3-clock.cc
Go to the documentation of this file.
1
11
#include "
bgp-ns3-clock.h
"
12
#include "ns3/simulator.h"
13
14
namespace
ns3
{
15
21
uint64_t BgpNs3Clock::getTime()
const
{
22
return
(uint64_t) Simulator::Now().GetSeconds();
23
}
24
25
}
bgp-ns3-clock.h
libbgp Clock interface for ns3.
ns3
Definition:
bgp-log.cc:15
Generated by
1.8.13