maintains the list of active (eligible to run) taskes.
More...
#include <task-scheduler.h>
Static Public Member Functions |
static TypeId | GetTypeId (void) |
Detailed Description
maintains the list of active (eligible to run) taskes.
Definition at line 32 of file task-scheduler.h.
Member Function Documentation
virtual void ns3::TaskScheduler::Dequeue |
( |
struct Task * |
task | ) |
|
|
pure virtual |
virtual void ns3::TaskScheduler::DequeueNext |
( |
void |
| ) |
|
|
pure virtual |
Remove the 'active' task most eligible to become the new 'current' task.
Implemented in ns3::RrTaskScheduler.
virtual void ns3::TaskScheduler::Enqueue |
( |
struct Task * |
task | ) |
|
|
pure virtual |
TypeId ns3::TaskScheduler::GetTypeId |
( |
void |
| ) |
|
|
static |
virtual struct Task* ns3::TaskScheduler::PeekNext |
( |
void |
| ) |
|
|
readpure virtual |
The documentation for this class was generated from the following files: