Public Member Functions | |
NetworkMessage const & | GetMessage (void) const |
Returns the message. | |
TopologyNS::UID const & | GetReceiverUID (void) const |
Returns the UID of the node that would have received the message. | |
MessageLostEvent (TopologyNS::UID const &receiverUID, NetworkMessage const &message) | |
Constructor. | |
virtual | ~MessageLostEvent (void) |
Destructor. |
YansCoreNS::MessageLostEvent::MessageLostEvent | ( | TopologyNS::UID const & | receiverUID, | |
NetworkMessage const & | message | |||
) | [explicit] |
Constructor.
[in] | receiverUID | The UID of the node that would have received the message. |
[in] | message | The message associated with this event. |
virtual YansCoreNS::MessageLostEvent::~MessageLostEvent | ( | void | ) | [virtual] |
Destructor.
NetworkMessage const& YansCoreNS::MessageLostEvent::GetMessage | ( | void | ) | const |
Returns the message.
TopologyNS::UID const& YansCoreNS::MessageLostEvent::GetReceiverUID | ( | void | ) | const |
Returns the UID of the node that would have received the message.