|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <PDUData.h>
Public Member Functions | |
| PDUData (const char *name=nullptr, int kind=0) | |
| PDUData (const PDUData &other) | |
| virtual | ~PDUData () |
| virtual void | encapsulate (Data *data) |
| virtual Data * | decapsulate () |
| virtual void | forEachChild (cVisitor *v) |
| virtual PDUData * | dup () const |
| PDUData & | operator= (const PDUData &other) |
Public Member Functions inherited from PDUData_Base | |
| virtual | ~PDUData_Base () |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual bool | getMidFragment () const |
| virtual void | setMidFragment (bool midFragment) |
| virtual bool | getFirstFragment () const |
| virtual void | setFirstFragment (bool firstFragment) |
| virtual bool | getLastFragment () const |
| virtual void | setLastFragment (bool lastFragment) |
| virtual bool | getCompleteSDU () const |
| virtual void | setCompleteSDU (bool completeSDU) |
Private Member Functions | |
| void | copy (const PDUData &other) |
Private Attributes | |
| std::vector< Data * > | encapData |
Additional Inherited Members | |
Protected Member Functions inherited from PDUData_Base | |
| bool | operator== (const PDUData_Base &) |
| PDUData_Base (const char *name=nullptr, int kind=0) | |
| PDUData_Base (const PDUData_Base &other) | |
| PDUData_Base & | operator= (const PDUData_Base &other) |
Protected Attributes inherited from PDUData_Base | |
| bool | midFragment |
| bool | firstFragment |
| bool | lastFragment |
| bool | completeSDU |
| PDUData::PDUData | ( | const char * | name = nullptr, |
| int | kind = 0 |
||
| ) |
Definition at line 33 of file PDUData.cc.
Referenced by dup().
| PDUData::PDUData | ( | const PDUData & | other | ) |
Definition at line 43 of file PDUData.cc.
|
virtual |
Definition at line 38 of file PDUData.cc.
|
private |
Definition at line 48 of file PDUData.cc.
Referenced by operator=(), and PDUData().
|
virtual |
Definition at line 90 of file PDUData.cc.
Referenced by Delimiting::handleMsgFromEfcpi().
|
inlinevirtual |
Reimplemented from PDUData_Base.
|
virtual |
Definition at line 59 of file PDUData.cc.
Referenced by Delimiting::processMsgFromFAI(), and DTP::sendEmptyDTPDU().
|
virtual |
Definition at line 108 of file PDUData.cc.
|
private |
Definition at line 42 of file PDUData.h.
Referenced by copy(), decapsulate(), encapsulate(), and forEachChild().