RINASim  October 2016
Documentation of framework for OMNeT++
Flow.cc File Reference
#include "Flow.h"

Go to the source code of this file.

Functions

 Register_Class (Flow)
 
std::ostream & operator<< (std::ostream &os, const Flow &fl)
 

Variables

const int VAL_UNDEF_PORTID = -1
 
const int VAL_MGMT_PORTID = 0
 
const int VAL_MAXHOPCOUNT = 16
 
const int VAL_MAXCREATERETRIES = 3
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Flow fl 
)

<< operator overload that feeds ostream with Flow string representation.

Parameters
osResulting ostream
flFlow class that is being converted to string
Returns
Infotext representing Flow

Definition at line 336 of file Flow.cc.

Register_Class ( Flow  )

Variable Documentation

const int VAL_MAXCREATERETRIES = 3

Definition at line 28 of file Flow.cc.

const int VAL_MAXHOPCOUNT = 16

Definition at line 27 of file Flow.cc.

const int VAL_MGMT_PORTID = 0

Definition at line 26 of file Flow.cc.

const int VAL_UNDEF_PORTID = -1

Definition at line 25 of file Flow.cc.

Referenced by FAI::~FAI().