RINASim
October 2016
Documentation of framework for OMNeT++
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IPLSPDUFG.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <set>
4
5
class
IDPerNQoSxPLen
;
6
7
class
IPLSPDUFG
{
8
public
:
9
void
registerQidsGen
(
IDPerNQoSxPLen
* qId);
10
void
unregisterQidsGen
(
IDPerNQoSxPLen
* qId);
11
12
protected
:
13
std::set<IDPerNQoSxPLen *>
qIds
;
14
};
IDPerNQoSxPLen
Definition:
IDPerNQoSxPLen.h:32
IPLSPDUFG::registerQidsGen
void registerQidsGen(IDPerNQoSxPLen *qId)
Definition:
IPLSPDUFG.cc:4
IPLSPDUFG::unregisterQidsGen
void unregisterQidsGen(IDPerNQoSxPLen *qId)
Definition:
IPLSPDUFG.cc:7
IPLSPDUFG::qIds
std::set< IDPerNQoSxPLen * > qIds
Definition:
IPLSPDUFG.h:13
IPLSPDUFG
Definition:
IPLSPDUFG.h:7
policies
DIF
RA
PDUFG
IPLSPDUFG
IPLSPDUFG.h
Generated on Tue Oct 25 2016 21:08:51 for RINASim by
1.8.10