RINASim
October 2016
Documentation of framework for OMNeT++
|
Monitoring and adjustment of IPC process operations . More...
#include "RA.h"
Go to the source code of this file.
Functions | |
Define_Module (RA) | |
Variables | |
const char * | PAR_QOSDATA = "qoscubesData" |
const char * | ELEM_QOSCUBE = "QoSCube" |
const char * | PAR_QOSREQ = "qosReqData" |
const char * | ELEM_QOSREQ = "QoSReq" |
const char * | ATTR_ID = "id" |
Monitoring and adjustment of IPC process operations .
Definition in file RA.cc.
Define_Module | ( | RA | ) |
const char* ATTR_ID = "id" |
Definition at line 40 of file RA.cc.
Referenced by RA::initQoSCubes(), and RA::initQoSReqById().
const char* ELEM_QOSCUBE = "QoSCube" |
Definition at line 37 of file RA.cc.
Referenced by RA::initQoSCubes().
const char* ELEM_QOSREQ = "QoSReq" |
Definition at line 39 of file RA.cc.
Referenced by RA::initQoSReqById().
const char* PAR_QOSDATA = "qoscubesData" |
Definition at line 36 of file RA.cc.
Referenced by RA::initQoSCubes().
const char* PAR_QOSREQ = "qosReqData" |
Definition at line 38 of file RA.cc.
Referenced by RA::initQoSReqById().