|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <Data_m.h>
Public Member Functions | |
| virtual | ~Data_Base () |
| virtual Data_Base * | dup () const |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual int | getDataType () const |
| virtual void | setDataType (int dataType) |
| virtual int64_t | getEncapMsgLength () const |
| virtual void | setEncapMsgLength (int64_t encapMsgLength) |
Protected Member Functions | |
| bool | operator== (const Data_Base &) |
| Data_Base (const char *name=nullptr, int kind=0) | |
| Data_Base (const Data_Base &other) | |
| Data_Base & | operator= (const Data_Base &other) |
Protected Attributes | |
| int | dataType |
| int64_t | encapMsgLength |
Private Member Functions | |
| void | copy (const Data_Base &other) |
|
protected |
|
private |
Definition at line 196 of file Data_m.cc.
Referenced by Data_Base(), and operator=().
|
inlinevirtual |
|
virtual |
Definition at line 216 of file Data_m.cc.
Referenced by PDUData::encapsulate(), and DataDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 226 of file Data_m.cc.
Referenced by DataDescriptor::getFieldValueAsString().
Definition at line 188 of file Data_m.cc.
Referenced by Data::operator=().
|
protected |
|
virtual |
Reimplemented in SDU_Base.
Definition at line 202 of file Data_m.cc.
Referenced by SDU_Base::parsimPack().
|
virtual |
Reimplemented in SDU_Base.
Definition at line 209 of file Data_m.cc.
Referenced by SDU_Base::parsimUnpack().
|
virtual |
Definition at line 221 of file Data_m.cc.
Referenced by Delimiting::processMsgFromFAI(), DTP::sendEmptyDTPDU(), and DataDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 231 of file Data_m.cc.
Referenced by Delimiting::processMsgFromFAI(), and DataDescriptor::setFieldValueAsString().
|
protected |
Definition at line 83 of file Data_m.h.
Referenced by copy(), Data_Base(), getDataType(), parsimPack(), parsimUnpack(), and setDataType().
|
protected |
Definition at line 84 of file Data_m.h.
Referenced by copy(), Data_Base(), getEncapMsgLength(), parsimPack(), parsimUnpack(), and setEncapMsgLength().