NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
time-custom-clock.hpp File Reference
#include "time.hpp"
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

typedef CustomClock< system_clock > ndn::time::CustomSystemClock
 
typedef CustomClock< steady_clock > ndn::time::CustomSteadyClock
 

Functions

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