RINASim
October 2016
Documentation of framework for OMNeT++
|
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 |
std::ostream& operator<< | ( | std::ostream & | os, |
const QoSReq & | cube | ||
) |
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().