|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <Infection.h>
Public Member Functions | |
| Flow (string DIF, string SRC, string DST, string QoS, double rate, int avgPDU, int varPDU, int nParts, int nRec) | |
| pduT | getPDU (bool record) |
Public Attributes | |
| string | QoS |
Private Attributes | |
| ConnectionId | connID |
| Address | srcAddr |
| Address | dstAddr |
| double | avgWT |
| int | minS |
| int | maxS |
| int | current |
| int | parts |
| int | rec |
| unsigned int | fcepID |
| unsigned int | secNum |
Static Private Attributes | |
| static unsigned int | cepID = 1 |
Definition at line 20 of file Infection.h.
| Flow::Flow | ( | string | DIF, |
| string | SRC, | ||
| string | DST, | ||
| string | QoS, | ||
| double | rate, | ||
| int | avgPDU, | ||
| int | varPDU, | ||
| int | nParts, | ||
| int | nRec | ||
| ) |
Definition at line 14 of file Infection.cc.
| pduT Flow::getPDU | ( | bool | record | ) |
Definition at line 41 of file Infection.cc.
|
private |
Definition at line 32 of file Infection.h.
Referenced by getPDU().
|
staticprivate |
Definition at line 30 of file Infection.h.
|
private |
Definition at line 28 of file Infection.h.
|
private |
Definition at line 34 of file Infection.h.
Referenced by getPDU().
|
private |
Definition at line 29 of file Infection.h.
Referenced by getPDU().
|
private |
Definition at line 35 of file Infection.h.
Referenced by getPDU().
|
private |
Definition at line 33 of file Infection.h.
Referenced by getPDU().
|
private |
Definition at line 33 of file Infection.h.
Referenced by getPDU().
|
private |
Definition at line 34 of file Infection.h.
Referenced by getPDU().
| string Infection::Flow::QoS |
Definition at line 25 of file Infection.h.
|
private |
Definition at line 34 of file Infection.h.
Referenced by getPDU().
|
private |
Definition at line 35 of file Infection.h.
Referenced by getPDU().
|
private |
Definition at line 29 of file Infection.h.
Referenced by getPDU().