Wrap an event with its execution context. More...
Public Attributes | |
uint32_t | context |
The event context. More... | |
EventImpl * | event |
The event implementation. More... | |
uint64_t | timestamp |
Event timestamp. More... | |
Wrap an event with its execution context.
Definition at line 89 of file default-simulator-impl.h.
uint32_t ns3::DefaultSimulatorImpl::EventWithContext::context |
The event context.
Definition at line 92 of file default-simulator-impl.h.
Referenced by ns3::DefaultSimulatorImpl::ScheduleWithContext().
EventImpl* ns3::DefaultSimulatorImpl::EventWithContext::event |
The event implementation.
Definition at line 96 of file default-simulator-impl.h.
Referenced by ns3::DefaultSimulatorImpl::ScheduleWithContext().
uint64_t ns3::DefaultSimulatorImpl::EventWithContext::timestamp |
Event timestamp.
Definition at line 94 of file default-simulator-impl.h.
Referenced by ns3::DefaultSimulatorImpl::ScheduleWithContext().