#include <maca_transmission_model.h>

Public Member Functions | |
| maca_msg (TransmissionModel::MessageInfo *mi) | |
| construction | |
| ~maca_msg () | |
| destruction | |
Public Attributes | |
| TransmissionModel::MessageInfo * | pmi |
| pointer to the message received | |
| int | deliver_round |
| the simulation round when the message will be delivered | |
The structure includes the pointer of TransmissionModel::MessageInfo and the delivery round the message.
| shawn::MacaTransmissionModel::maca_msg::maca_msg | ( | TransmissionModel::MessageInfo * | mi | ) | [inline] |
construction
The deliver_round is initialized as the sending round
| mi | the new-coming message |
| shawn::MacaTransmissionModel::maca_msg::~maca_msg | ( | ) | [inline] |
destruction
pointer to the message received
the simulation round when the message will be delivered
1.5.6