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