RINASim  October 2016
Documentation of framework for OMNeT++
Flow.h File Reference
#include <string>
#include <sstream>
#include "APNamingInfo.h"
#include "ConnectionId.h"
#include "Address.h"
#include "QoSReq.h"

Go to the source code of this file.

Classes

class  Flow
 Class representing flow object with attributes from specs. More...
 

Functions

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

Variables

const int VAL_UNDEF_PORTID
 
const int VAL_MGMT_PORTID
 
const int VAL_MAXHOPCOUNT
 
const int VAL_MAXCREATERETRIES
 

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.

Variable Documentation

const int VAL_MAXCREATERETRIES

Definition at line 28 of file Flow.cc.

const int VAL_MAXHOPCOUNT

Definition at line 27 of file Flow.cc.

const int VAL_MGMT_PORTID

Definition at line 26 of file Flow.cc.

const int VAL_UNDEF_PORTID

Definition at line 25 of file Flow.cc.

Referenced by FAI::~FAI().