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

#include <AEConstantServer.h>

Inheritance diagram for AEConstantServer:
AE AEBase

Public Member Functions

 AEConstantServer ()
 
virtual ~AEConstantServer ()
 
- Public Member Functions inherited from AE
 AE ()
 
virtual ~AE ()
 
void receiveData (CDAPMessage *obj)
 
void sendData (Flow *flow, CDAPMessage *msg)
 
void apiSwitcher (APIReqObj *obj)
 
void sendAllocationRequest (Flow *flow)
 
void sendDeallocationRequest (Flow *flow)
 
void receiveAllocationRequestFromFAI (Flow *flow)
 
void receiveDeallocationRequestFromFAI (Flow *flow)
 
void receiveAllocationResponseNegative (Flow *flow)
 
void receiveAllocationResponsePositive (Flow *flow)
 
virtual void afterOnStart ()
 
void CACEFinished ()
 
void start (Flow *flow)
 
virtual bool onA_read (APIReqObj *obj)
 
virtual bool onA_write (APIReqObj *obj)
 
- Public Member Functions inherited from AEBase
bool hasFlow (const Flow *flow)
 
const APNamingInfogetApni () const
 
bool operator== (const AEBase &other)
 
const int getAuthType ()
 
const unsigned long getCdapConId ()
 
void setCdapConId (unsigned long cdapConId)
 
const int getStartInvokeId ()
 
void setStartInvokeId (int invokeId)
 
const std::string & getAuthName () const
 
const std::string & getAuthPassword () const
 
const std::string & getAuthOther () const
 
void changeConStatus (CDAPConnectionState conState)
 
CDAPConnectionState getConStatus ()
 
FlowgetFlowObject () const
 
void setFlowObject (Flow *flowObject)
 

Protected Member Functions

virtual void initialize ()
 
virtual void finish ()
 
virtual void handleMessage (cMessage *msg)
 
void handleSelfMessage (cMessage *msg)
 
- Protected Member Functions inherited from AE
void initPointers ()
 
void initSignalsAndListeners ()
 
void insertFlow ()
 
bool createBindings (Flow &flow)
 
bool deleteBindings (Flow &flow)
 
void signalizeAllocateRequest (Flow *flow)
 
void signalizeDeallocateRequest (Flow *flow)
 
void signalizeSendData (cMessage *msg)
 
void signalizeAllocateResponsePositive (Flow *flow)
 
void signalizeAllocateResponseNegative (Flow *flow)
 
void signalizeConnectionRequest (CDAPMessage *msg)
 
void signalizeReleaseRequest (CDAPMessage *msg)
 
void signalizeAEAPAPI (APIResult *obj)
 
virtual void connect ()
 
virtual void processMWrite (CDAPMessage *msg)
 
virtual void processMWriteR (CDAPMessage *msg)
 
- Protected Member Functions inherited from AEBase
const std::string & getSrcAeInstance () const
 
void setSrcAeInstance (const std::string &srcAeInstance)
 
const std::string & getSrcAeName () const
 
void setSrcAeName (const std::string &srcAeName)
 
const std::string & getSrcApInstance () const
 
void setSrcApInstance (const std::string &srcApInstance)
 
const std::string & getSrcApName () const
 
void setSrcApName (const std::string &srcApName)
 
void setApni (const APNamingInfo &apni)
 
void setFlows (const Flows &flows)
 
const QoSReqgetQoSRequirements () const
 
void setQoSRequirements (const QoSReq &qoSRequirements)
 
void initNamingInfo ()
 
void initQoSRequiremets ()
 
void insertFlow (Flow &flow)
 

Private Member Functions

virtual void processMRead (CDAPMessage *msg)
 
virtual void processMReadR (CDAPMessage *msg)
 

Private Attributes

int countStart
 
int countEnd
 
int stopAt
 
double rate
 
double wperbit
 
double wvar
 
int size
 
int sizevar
 
simsignal_t signal_snd
 
simsignal_t signal_rcv
 
long count
 

Additional Inherited Members

- Protected Attributes inherited from AE
IRMIrm
 
cModule * Cdap
 
CACEGenericCace
 
simsignal_t sigAEAllocReq
 
simsignal_t sigAEDeallocReq
 
simsignal_t sigAESendData
 
simsignal_t sigAEAllocResPosi
 
simsignal_t sigAEAllocResNega
 
simsignal_t sigAEConReq
 
simsignal_t sigAERelReq
 
simsignal_t sigAEEnrolled
 
simsignal_t sigAEAPAPI
 
LisAEReceiveDatalisAERcvData
 
LisAEAllReqFromFailisAEAllReqFromFai
 
LisAEAllResPosilisAEAllResPosi
 
LisAEAllResNegalisAEAllResNega
 
LisAEDeallReqFromFailisAEDeallReqFromFai
 
LisAEDeallReqFromFailisAEDeallResFromFai
 
LisAEConResPosilisAEConResPosi
 
LisAEConResNegalisAEConResNega
 
LisAERelReslisAERelRes
 
LisAEEnrolledlisAEEnrolled
 
LisAPAEAPIlisAPAEAPI
 
- Protected Attributes inherited from AEBase
int startInvokeId
 
unsigned long cdapConId
 
FlowFlowObject
 
APNamingInfo apni
 
std::string srcApName
 
std::string srcApInstance
 
std::string srcAeName
 
std::string srcAeInstance
 
int authType
 
std::string authName
 
std::string authPassword
 
std::string authOther
 
int maxConRetries
 
QoSReq QoSRequirements
 
CDAPConnectionState connectionState
 

Detailed Description

Definition at line 37 of file AEConstantServer.h.

Constructor & Destructor Documentation

AEConstantServer::AEConstantServer ( )

Definition at line 29 of file AEConstantServer.cc.

AEConstantServer::~AEConstantServer ( )
virtual

Definition at line 31 of file AEConstantServer.cc.

Member Function Documentation

void AEConstantServer::finish ( )
protectedvirtual

Definition at line 67 of file AEConstantServer.cc.

void AEConstantServer::handleMessage ( cMessage *  msg)
protectedvirtual

Reimplemented from AE.

Definition at line 103 of file AEConstantServer.cc.

Referenced by processMRead(), and processMReadR().

void AEConstantServer::handleSelfMessage ( cMessage *  msg)
protected

Definition at line 79 of file AEConstantServer.cc.

Referenced by handleMessage().

void AEConstantServer::initialize ( )
protectedvirtual

Reimplemented from AE.

Definition at line 39 of file AEConstantServer.cc.

void AEConstantServer::processMRead ( CDAPMessage msg)
privatevirtual

Reimplemented from AE.

Definition at line 118 of file AEConstantServer.cc.

void AEConstantServer::processMReadR ( CDAPMessage msg)
privatevirtual

Reimplemented from AE.

Definition at line 122 of file AEConstantServer.cc.

Member Data Documentation

long AEConstantServer::count
private

Definition at line 57 of file AEConstantServer.h.

Referenced by finish(), handleSelfMessage(), and initialize().

int AEConstantServer::countEnd
private

Definition at line 50 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().

int AEConstantServer::countStart
private

Definition at line 50 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().

double AEConstantServer::rate
private

Definition at line 51 of file AEConstantServer.h.

Referenced by initialize().

simsignal_t AEConstantServer::signal_rcv
private

Definition at line 55 of file AEConstantServer.h.

Referenced by handleMessage(), and initialize().

simsignal_t AEConstantServer::signal_snd
private

Definition at line 55 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().

int AEConstantServer::size
private

Definition at line 52 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().

int AEConstantServer::sizevar
private

Definition at line 52 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().

int AEConstantServer::stopAt
private

Definition at line 50 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().

double AEConstantServer::wperbit
private

Definition at line 51 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().

double AEConstantServer::wvar
private

Definition at line 51 of file AEConstantServer.h.

Referenced by handleSelfMessage(), and initialize().


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