NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
scheduler.hpp File Reference
#include "common.hpp"
#include <ndn-cxx/util/scheduler.hpp>
Include dependency graph for scheduler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::scheduler::ScopedEventId
 cancels an event automatically upon destruction More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::scheduler
 

Functions

EventId nfd::scheduler::schedule (const time::nanoseconds &after, const Scheduler::Event &event)
 schedule an event More...
 
void nfd::scheduler::cancel (const EventId &eventId)
 cancel a scheduled event More...
 
Scheduler & nfd::scheduler::getGlobalScheduler ()