|
INET Framework for OMNeT++/OMNEST
|
#include <AnsaQosSystem.h>
Public Member Functions | |
| SNPacket () | |
| SNPacket (cMessage *c_msg, int c_sn) | |
| int | getSn () |
| void | setSn (int n_sn) |
| void | substractSn (int subNum) |
| cMessage * | getMsg () |
| void | setMsg (cMessage *n_msg) |
Private Attributes | |
| cMessage * | msg |
| int | sn |
Definition at line 127 of file AnsaQosSystem.h.
| ANSAQOS::SNPacket::SNPacket | ( | ) | [inline] |
Definition at line 134 of file AnsaQosSystem.h.
| ANSAQOS::SNPacket::SNPacket | ( | cMessage * | c_msg, |
| int | c_sn | ||
| ) | [inline] |
Definition at line 135 of file AnsaQosSystem.h.
| cMessage* ANSAQOS::SNPacket::getMsg | ( | ) | [inline] |
Definition at line 141 of file AnsaQosSystem.h.
{return msg;}
| int ANSAQOS::SNPacket::getSn | ( | ) | [inline] |
Definition at line 137 of file AnsaQosSystem.h.
{return sn;}
| void ANSAQOS::SNPacket::setMsg | ( | cMessage * | n_msg | ) | [inline] |
Definition at line 142 of file AnsaQosSystem.h.
{msg = n_msg;}
| void ANSAQOS::SNPacket::setSn | ( | int | n_sn | ) | [inline] |
Definition at line 138 of file AnsaQosSystem.h.
{sn = n_sn;}
| void ANSAQOS::SNPacket::substractSn | ( | int | subNum | ) | [inline] |
Definition at line 139 of file AnsaQosSystem.h.
cMessage* ANSAQOS::SNPacket::msg [private] |
Definition at line 130 of file AnsaQosSystem.h.
Referenced by getMsg(), setMsg(), and SNPacket().
int ANSAQOS::SNPacket::sn [private] |
Definition at line 131 of file AnsaQosSystem.h.
Referenced by getSn(), setSn(), SNPacket(), and substractSn().