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

Go to the source code of this file.

Functions

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

Variables

const char * STR_REQDONOTCARE = "do-not-care"
 
const char * STR_REQYES = "yes"
 
const char * STR_REQNO = "no"
 
const int VAL_DEFQOSREQ = -1
 

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_REQDONOTCARE = "do-not-care"

Definition at line 32 of file QoSReq.cc.

const char* STR_REQNO = "no"

Definition at line 34 of file QoSReq.cc.

const char* STR_REQYES = "yes"

Definition at line 33 of file QoSReq.cc.

const int VAL_DEFQOSREQ = -1

Definition at line 35 of file QoSReq.cc.

Referenced by QoSReq::~QoSReq().