RINASim  October 2016
Documentation of framework for OMNeT++
Infection::Flow Class Reference

#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
 

Detailed Description

Definition at line 20 of file Infection.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

pduT Flow::getPDU ( bool  record)

Definition at line 41 of file Infection.cc.

Member Data Documentation

double Infection::Flow::avgWT
private

Definition at line 32 of file Infection.h.

Referenced by getPDU().

unsigned int Flow::cepID = 1
staticprivate

Definition at line 30 of file Infection.h.

ConnectionId Infection::Flow::connID
private

Definition at line 28 of file Infection.h.

Referenced by Flow(), and getPDU().

int Infection::Flow::current
private

Definition at line 34 of file Infection.h.

Referenced by getPDU().

Address Infection::Flow::dstAddr
private

Definition at line 29 of file Infection.h.

Referenced by getPDU().

unsigned int Infection::Flow::fcepID
private

Definition at line 35 of file Infection.h.

Referenced by getPDU().

int Infection::Flow::maxS
private

Definition at line 33 of file Infection.h.

Referenced by getPDU().

int Infection::Flow::minS
private

Definition at line 33 of file Infection.h.

Referenced by getPDU().

int Infection::Flow::parts
private

Definition at line 34 of file Infection.h.

Referenced by getPDU().

string Infection::Flow::QoS

Definition at line 25 of file Infection.h.

int Infection::Flow::rec
private

Definition at line 34 of file Infection.h.

Referenced by getPDU().

unsigned int Infection::Flow::secNum
private

Definition at line 35 of file Infection.h.

Referenced by getPDU().

Address Infection::Flow::srcAddr
private

Definition at line 29 of file Infection.h.

Referenced by getPDU().


The documentation for this class was generated from the following files: