|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <AEMgmt.h>
Public Member Functions | |
| virtual void | signalizeSendData (CDAPMessage *msg) |
| virtual void | receiveData (CDAPMessage *cimsg) |
Public Member Functions inherited from AEMgmtBase | |
| AEMgmtBase () | |
| virtual | ~AEMgmtBase () |
| void | setMyAddress (const Address &addr) |
| const APNamingInfo & | getSrcNamingInfo () const |
| const APNamingInfo & | getDstNamingInfo () const |
| const Address & | getMyAddress () const |
Protected Member Functions | |
| virtual void | initialize () |
| virtual void | initPointers () |
| virtual void | handleMessage (cMessage *msg) |
| void | initSignalsAndListeners () |
Protected Member Functions inherited from AEMgmtBase | |
| void | initNamingInfo () |
| void | initMyAddress () |
| long | getNewInvokeId () |
Protected Attributes | |
| FANotifierBase * | FANotif |
| DAFEnrollmentNotifierBase * | DAFEnrollNotif |
| bool | useFANotifier |
| bool | useEnrollmentNotifier |
| simsignal_t | sigRIBDSendData |
| LisAEMgmtRcvData * | lisAEMgmtRcvData |
Protected Attributes inherited from AEMgmtBase | |
| Address | MyAddress |
| std::string | srcApName |
| std::string | srcApInstance |
| std::string | srcAeName |
| std::string | srcAeInstance |
| std::string | dstApName |
| std::string | dstApInstance |
| std::string | dstAeName |
| std::string | dstAeInstance |
| APNamingInfo | srcApni |
| APNamingInfo | dstApni |
|
protectedvirtual |
Implements AEMgmtBase.
|
protectedvirtual |
Implements AEMgmtBase.
|
protectedvirtual |
Definition at line 52 of file AEMgmt.cc.
Referenced by initialize().
|
protected |
Definition at line 78 of file AEMgmt.cc.
Referenced by initialize().
|
virtual |
Implements AEMgmtBase.
|
virtual |
Implements AEMgmtBase.
|
protected |
Definition at line 57 of file AEMgmt.h.
Referenced by initPointers(), and receiveData().
|
protected |
|
protected |
Definition at line 75 of file AEMgmt.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 69 of file AEMgmt.h.
Referenced by initSignalsAndListeners(), and signalizeSendData().
|
protected |
Definition at line 60 of file AEMgmt.h.
Referenced by initPointers(), and receiveData().