NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
time-custom-clock.hpp File Reference
Include dependency graph for time-custom-clock.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::time::CustomClock< BaseClock >
 Class implementing custom system or steady clock behavior. More...
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::time
 

Typedefs

using ndn::time::CustomSystemClock = CustomClock< system_clock >
 
using ndn::time::CustomSteadyClock = CustomClock< steady_clock >
 

Functions

void ndn::time::setCustomClocks (shared_ptr< CustomSteadyClock > steadyClock=nullptr, shared_ptr< CustomSystemClock > systemClock=nullptr)
 Set custom system and steady clocks. More...