RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <SDU_m.h>
Public Member Functions | |
virtual | ~SDU_Base () |
virtual SDU_Base * | dup () const |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
virtual unsigned int | getSize () const |
virtual void | setSize (unsigned int size) |
virtual unsigned int | getOffset () const |
virtual void | setOffset (unsigned int offset) |
virtual unsigned int | getFSize () const |
virtual void | setFSize (unsigned int fSize) |
virtual unsigned int | getFOffset () const |
virtual void | setFOffset (unsigned int fOffset) |
virtual unsigned int | getSeqNum () const |
virtual void | setSeqNum (unsigned int seqNum) |
virtual unsigned int | getFSeqNum () const |
virtual void | setFSeqNum (unsigned int fSeqNum) |
virtual int | getFragType () const |
virtual void | setFragType (int fragType) |
![]() | |
Data (const char *name=NULL, int kind=0) | |
Data (const Data &other) | |
Data & | operator= (const Data &other) |
![]() | |
virtual | ~Data_Base () |
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 SDU_Base &) |
SDU_Base (const char *name=nullptr, int kind=0) | |
SDU_Base (const SDU_Base &other) | |
SDU_Base & | operator= (const SDU_Base &other) |
![]() | |
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 | |
unsigned int | size |
unsigned int | offset |
unsigned int | fSize |
unsigned int | fOffset |
unsigned int | seqNum |
unsigned int | fSeqNum |
int | fragType |
![]() | |
int | dataType |
int64_t | encapMsgLength |
Private Member Functions | |
void | copy (const SDU_Base &other) |
|
protected |
|
private |
Definition at line 203 of file SDU_m.cc.
Referenced by operator=(), and SDU_Base().
|
inlinevirtual |
|
virtual |
Definition at line 268 of file SDU_m.cc.
Referenced by SDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 298 of file SDU_m.cc.
Referenced by SDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 288 of file SDU_m.cc.
Referenced by SDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 258 of file SDU_m.cc.
Referenced by SDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 248 of file SDU_m.cc.
Referenced by SDUDescriptor::getFieldValueAsString().
|
virtual |
Definition at line 278 of file SDU_m.cc.
Referenced by SDUDescriptor::getFieldValueAsString().
|
virtual |
Reimplemented in SDU.
Definition at line 238 of file SDU_m.cc.
Referenced by SDUDescriptor::getFieldValueAsString().
Definition at line 195 of file SDU_m.cc.
Referenced by SDU::operator=().
|
protected |
|
virtual |
|
virtual |
|
virtual |
Definition at line 273 of file SDU_m.cc.
Referenced by SDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 303 of file SDU_m.cc.
Referenced by SDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 293 of file SDU_m.cc.
Referenced by SDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 263 of file SDU_m.cc.
Referenced by SDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 253 of file SDU_m.cc.
Referenced by SDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 283 of file SDU_m.cc.
Referenced by SDUDescriptor::setFieldValueAsString().
|
virtual |
Definition at line 243 of file SDU_m.cc.
Referenced by SDUDescriptor::setFieldValueAsString().
|
protected |
Definition at line 94 of file SDU_m.h.
Referenced by copy(), getFOffset(), parsimPack(), parsimUnpack(), SDU::SDU(), SDU_Base(), setFOffset(), and SDU::setFragment().
|
protected |
Definition at line 97 of file SDU_m.h.
Referenced by copy(), getFragType(), parsimPack(), parsimUnpack(), SDU_Base(), SDU::setFragment(), and setFragType().
|
protected |
Definition at line 96 of file SDU_m.h.
Referenced by copy(), getFSeqNum(), parsimPack(), parsimUnpack(), SDU::SDU(), SDU_Base(), SDU::setFragment(), and setFSeqNum().
|
protected |
Definition at line 93 of file SDU_m.h.
Referenced by copy(), getFSize(), SDU::getSize(), parsimPack(), parsimUnpack(), SDU::SDU(), SDU_Base(), SDU::setFragment(), and setFSize().
|
protected |
Definition at line 92 of file SDU_m.h.
Referenced by copy(), getOffset(), SDU::getRestSize(), parsimPack(), parsimUnpack(), SDU::SDU(), SDU_Base(), and setOffset().
|
protected |
Definition at line 95 of file SDU_m.h.
Referenced by copy(), getSeqNum(), parsimPack(), parsimUnpack(), SDU::SDU(), SDU_Base(), and setSeqNum().
|
protected |
Definition at line 91 of file SDU_m.h.
Referenced by SDU::addUserData(), copy(), SDU::fragment(), SDU::getAbsoluteSize(), SDU::getRestSize(), SDU::getSize(), getSize(), parsimPack(), parsimUnpack(), SDU::SDU(), SDU_Base(), SDU::setFragment(), and setSize().