A Discrete-Event Network Simulator
API
ns3::Scheduler::Event Struct Reference

Scheduler event. More...

#include "scheduler.h"

+ Collaboration diagram for ns3::Scheduler::Event:

Public Attributes

EventImplimpl
 Pointer to the event implementation. More...
 
EventKey key
 Key for sorting and ordering Events. More...
 

Detailed Description

Scheduler event.

An Event consists of an EventKey, used for maintaining the schedule, and an EventImpl which is the actual implementation.

Definition at line 181 of file scheduler.h.

Member Data Documentation

◆ impl

◆ key

EventKey ns3::Scheduler::Event::key

The documentation for this struct was generated from the following file: