|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <AEConstantMsgs.h>
Public Member Functions | |
| StartMsg () | |
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 CDAP_M_Read * | dup () const |
| 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) |
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 45 of file AEConstantMsgs.h.
| StartMsg::StartMsg | ( | ) |
Definition at line 17 of file AEConstantMsgs.cc.