28 HopDelayMsg(std::string _qos,
int _t, cModule * _module) : qos(_qos), t(_t), module(_module) {}
39 HopRcvMsg(std::string _qos, cModule * _module) : qos(_qos), module(_module) {}
49 HopLossMsg(std::string _qos, cModule * _module) : qos(_qos), module(_module) {}
HopRcvMsg(std::string _qos, cModule *_module)
HopLossMsg(std::string _qos, cModule *_module)
HopDelayMsg(std::string _qos, int _t, cModule *_module)