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

Classes

class  Scheduler
 Generic scheduler. More...
 
class  ScopedEventId
 Event that is automatically cancelled upon destruction. More...
 

Typedefs

typedef function< void()> EventCallback
 
typedef std::shared_ptr< ns3::EventId > EventId
 

Typedef Documentation

◆ EventCallback

typedef function<void()> ndn::util::scheduler::EventCallback

Definition at line 46 of file scheduler.hpp.

◆ EventId

typedef std::shared_ptr<ns3::EventId> ndn::util::scheduler::EventId

Definition at line 51 of file scheduler.hpp.