DelayedMessage Struct Reference

#include <MessageDispatcher.h>

# Public Attributes

Telegram telegram
 Telegram to dispatch.
uint32 timeOfArrival
 Telegram's time of arrivalClock.
Clock clock
 Reference to clock for the time of arrival.
bool discarded
 Discarded flag.

# Detailed Description

Definition at line 32 of file MessageDispatcher.h.

# Member Data Documentation

# clock

Clock DelayedMessage::clock

Reference to clock for the time of arrival.

Definition at line 41 of file MessageDispatcher.h.

# discarded

bool DelayedMessage::discarded

Discarded flag.

Definition at line 44 of file MessageDispatcher.h.

# telegram

Telegram DelayedMessage::telegram

Telegram to dispatch.

Definition at line 35 of file MessageDispatcher.h.

# timeOfArrival

uint32 DelayedMessage::timeOfArrival

Telegram's time of arrivalClock.

Definition at line 38 of file MessageDispatcher.h.


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