RINASim  October 2016
Documentation of framework for OMNeT++
AEMgmt Class Reference

#include <AEMgmt.h>

Inheritance diagram for AEMgmt:
AEMgmtBase

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 APNamingInfogetSrcNamingInfo () const
 
const APNamingInfogetDstNamingInfo () const
 
const AddressgetMyAddress () 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

FANotifierBaseFANotif
 
DAFEnrollmentNotifierBaseDAFEnrollNotif
 
bool useFANotifier
 
bool useEnrollmentNotifier
 
simsignal_t sigRIBDSendData
 
LisAEMgmtRcvDatalisAEMgmtRcvData
 
- 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
 

Detailed Description

Definition at line 50 of file AEMgmt.h.

Member Function Documentation

void AEMgmt::handleMessage ( cMessage *  msg)
protectedvirtual

Implements AEMgmtBase.

Definition at line 48 of file AEMgmt.cc.

void AEMgmt::initialize ( )
protectedvirtual

Implements AEMgmtBase.

Definition at line 38 of file AEMgmt.cc.

void AEMgmt::initPointers ( )
protectedvirtual

Definition at line 52 of file AEMgmt.cc.

Referenced by initialize().

void AEMgmt::initSignalsAndListeners ( )
protected

Definition at line 78 of file AEMgmt.cc.

Referenced by initialize().

void AEMgmt::receiveData ( CDAPMessage cimsg)
virtual

Implements AEMgmtBase.

Definition at line 66 of file AEMgmt.cc.

void AEMgmt::signalizeSendData ( CDAPMessage msg)
virtual

Implements AEMgmtBase.

Definition at line 89 of file AEMgmt.cc.

Member Data Documentation

DAFEnrollmentNotifierBase* AEMgmt::DAFEnrollNotif
protected

Definition at line 57 of file AEMgmt.h.

Referenced by initPointers(), and receiveData().

FANotifierBase* AEMgmt::FANotif
protected

Definition at line 56 of file AEMgmt.h.

LisAEMgmtRcvData* AEMgmt::lisAEMgmtRcvData
protected

Definition at line 75 of file AEMgmt.h.

Referenced by initSignalsAndListeners().

simsignal_t AEMgmt::sigRIBDSendData
protected

Definition at line 69 of file AEMgmt.h.

Referenced by initSignalsAndListeners(), and signalizeSendData().

bool AEMgmt::useEnrollmentNotifier
protected

Definition at line 60 of file AEMgmt.h.

Referenced by initPointers(), and receiveData().

bool AEMgmt::useFANotifier
protected

Definition at line 59 of file AEMgmt.h.


The documentation for this class was generated from the following files: