RINASim  October 2016
Documentation of framework for OMNeT++
QoSReq.h File Reference
#include <vector>
#include "ExternConsts.h"
#include "QoSCube.h"

Go to the source code of this file.

Classes

class  QoSReq
 Class representing QoSReq with all its properties that is primarily used by FA, RMT and RA Specification sources are http://nes.fit.vutbr.cz/ivesely/pmwiki.php/RINA/EFCP#t2._QoS-Cube_Specfic_Parameters and http://nes.fit.vutbr.cz/ivesely/pmwiki.php/RINA/ServiceDefinition. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const QoSReq &cube)
 

Variables

const char * STR_DONOTCARE
 
const char * STR_YES
 
const char * STR_NO
 
const int VAL_DEFAULT_QOS
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const QoSReq cube 
)

<< operator overload that feeds ostream with QoSReq string representation

Parameters
osResulting ostream
cubeQoSReq class that is being converted to string
Returns
Infotext representing QoSReq

Definition at line 349 of file QoSReq.cc.

Variable Documentation

const char* STR_DONOTCARE

Definition at line 32 of file QoSCube.cc.

Referenced by QoSReq::info(), and QoSCube::info().

const char* STR_NO

Definition at line 34 of file QoSCube.cc.

Referenced by QoSReq::info(), and QoSCube::info().

const char* STR_YES

Definition at line 33 of file QoSCube.cc.

Referenced by QoSReq::info(), and QoSCube::info().

const int VAL_DEFAULT_QOS

Definition at line 35 of file QoSCube.cc.

Referenced by QoSCube::QoSCube(), and QoSCube::~QoSCube().