RINASim  October 2016
Documentation of framework for OMNeT++
IPLSPDUFG.cc
Go to the documentation of this file.
1 #include "IPLSPDUFG.h"
2 #include "IDPerNQoSxPLen.h"
3 
5  qIds.insert(qId);
6 }
8  qIds.erase(qId);
9 }
void registerQidsGen(IDPerNQoSxPLen *qId)
Definition: IPLSPDUFG.cc:4
void unregisterQidsGen(IDPerNQoSxPLen *qId)
Definition: IPLSPDUFG.cc:7
std::set< IDPerNQoSxPLen * > qIds
Definition: IPLSPDUFG.h:13