|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <AESender.h>
Public Member Functions | |
| PingMsgg () | |
| virtual PingMsgg * | dup () const |
Public Member Functions inherited from CDAP_M_Read | |
| CDAP_M_Read (const char *name=nullptr, int kind=0) | |
| CDAP_M_Read (const CDAP_M_Read &other) | |
| virtual | ~CDAP_M_Read () |
| CDAP_M_Read & | operator= (const CDAP_M_Read &other) |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) |
| virtual int32_t | getFlags () const |
| virtual void | setFlags (int32_t flags) |
| virtual int32_t | getVersion () const |
| virtual void | setVersion (int32_t version) |
| virtual object_t & | getObjectItem () |
| virtual const object_t & | getObjectItem () const |
| virtual void | setObjectItem (const object_t &objectItem) |
| virtual int32_t | getScope () const |
| virtual void | setScope (int32_t scope) |
| virtual const char * | getFilter () const |
| virtual void | setFilter (const char *filter) |
Public Attributes | |
| simtime_t | pingAt |
Additional Inherited Members | |
Protected Member Functions inherited from CDAP_M_Read | |
| bool | operator== (const CDAP_M_Read &) |
Protected Attributes inherited from CDAP_M_Read | |
| int32_t | flags |
| int32_t | version |
| object_t | objectItem |
| int32_t | scope |
| ::omnetpp::opp_string | filter |
Definition at line 35 of file AESender.h.
| PingMsgg::PingMsgg | ( | ) |
Definition at line 27 of file AESender.cc.
Referenced by dup().
|
virtual |
Reimplemented from CDAP_M_Read.
Definition at line 31 of file AESender.cc.
| simtime_t PingMsgg::pingAt |
Definition at line 38 of file AESender.h.
Referenced by dup(), PingMsgg(), and AESender::processMRead().