Manage the event list by creating and scheduling events. More...
Modules | |
Events | |
Files | |
file | scheduler.cc |
ns3::Scheduler implementation. | |
file | scheduler.h |
ns3::Scheduler abstract base class, ns3::Scheduler::Event and ns3::Scheduler::EventKey declarations. | |
Classes | |
class | ns3::CalendarScheduler |
a calendar queue event scheduler More... | |
struct | ns3::Scheduler::Event |
Scheduler event. More... | |
struct | ns3::Scheduler::EventKey |
Structure for sorting and comparing Events. More... | |
class | ns3::HeapScheduler |
a binary heap event scheduler More... | |
class | ns3::ListScheduler |
a std::list event scheduler More... | |
class | ns3::MapScheduler |
a std::map event scheduler More... | |
class | ns3::Scheduler |
Maintain the event list. More... | |
Variables | |
static GlobalValue | ns3::g_schedTypeImpl |
The specific event scheduler implementation to use. More... | |
Manage the event list by creating and scheduling events.
|
static |
The specific event scheduler implementation to use.
Must be derived from Scheduler.
Definition at line 73 of file simulator.cc.