NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::scheduler Namespace Reference

Classes

class  ScopedEventId
 cancels an event automatically upon destruction More...
 

Typedefs

typedef std::shared_ptr< ns3::EventId > EventId
 

Functions

EventId schedule (const time::nanoseconds &after, const std::function< void()> &event)
 schedule an event More...
 
void cancel (const EventId &eventId)
 cancel a scheduled event More...
 

Typedef Documentation

typedef std::shared_ptr<ns3::EventId> nfd::scheduler::EventId

Definition at line 39 of file scheduler.hpp.

Function Documentation