A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::DefaultSimulatorImpl::EventWithContext Struct Reference

Wrap an event with its execution context. More...

+ Collaboration diagram for ns3::DefaultSimulatorImpl::EventWithContext:

Public Attributes

uint32_t context
 The event context.
 
EventImplevent
 The event implementation.
 
uint64_t timestamp
 Event timestamp.
 

Detailed Description

Wrap an event with its execution context.

Definition at line 90 of file default-simulator-impl.h.

Member Data Documentation

◆ context

uint32_t ns3::DefaultSimulatorImpl::EventWithContext::context

The event context.

Definition at line 93 of file default-simulator-impl.h.

Referenced by ns3::DefaultSimulatorImpl::ScheduleWithContext().

◆ event

EventImpl* ns3::DefaultSimulatorImpl::EventWithContext::event

The event implementation.

Definition at line 97 of file default-simulator-impl.h.

Referenced by ns3::DefaultSimulatorImpl::ScheduleWithContext().

◆ timestamp

uint64_t ns3::DefaultSimulatorImpl::EventWithContext::timestamp

Event timestamp.

Definition at line 95 of file default-simulator-impl.h.

Referenced by ns3::DefaultSimulatorImpl::ScheduleWithContext().


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