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

Go to the source code of this file.

Functions

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

Variables

const char * STR_DONOTCARE = "do-not-care"
 
const char * STR_YES = "yes"
 
const char * STR_NO = "no"
 
const int VAL_DEFAULT_QOS = 0
 
const std::string VAL_UNDEF_QOSID = "UNDEF-QoSCube"
 
const std::string VAL_MGMTQOSID = "MGMT-QoSCube"
 

Function Documentation

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

<< operator overload that feeds ostream with QoSCube string representation

Parameters
osResulting ostream
cubeQoSCube class that is being converted to string
Returns
Infotext representing QoSCube

Definition at line 248 of file QoSCube.cc.

Variable Documentation

const char* STR_DONOTCARE = "do-not-care"

Definition at line 32 of file QoSCube.cc.

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

const char* STR_NO = "no"

Definition at line 34 of file QoSCube.cc.

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

const char* STR_YES = "yes"

Definition at line 33 of file QoSCube.cc.

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

const int VAL_DEFAULT_QOS = 0

Definition at line 35 of file QoSCube.cc.

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