RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <AEMonitor.h>
Public Member Functions | |
AEMonitor () | |
virtual | ~AEMonitor () |
bool | onA_read (APIReqObj *obj) |
bool | onA_write (APIReqObj *obj) |
![]() | |
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) |
![]() | |
bool | hasFlow (const Flow *flow) |
const APNamingInfo & | getApni () 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 () |
Flow * | getFlowObject () const |
void | setFlowObject (Flow *flowObject) |
Private Member Functions | |
void | processMRead (CDAPMessage *msg) |
void | processMReadR (CDAPMessage *msg) |
void | processMWrite (CDAPMessage *msg) |
void | processMWriteR (CDAPMessage *msg) |
Private Attributes | |
object_t | objPing |
object_t | objStream |
Definition at line 29 of file AEMonitor.h.
AEMonitor::AEMonitor | ( | ) |
Definition at line 27 of file AEMonitor.cc.
|
virtual |
Definition at line 36 of file AEMonitor.cc.
|
virtual |
Reimplemented from AE.
Definition at line 40 of file AEMonitor.cc.
|
virtual |
Reimplemented from AE.
Definition at line 56 of file AEMonitor.cc.
|
privatevirtual |
Reimplemented from AE.
Definition at line 67 of file AEMonitor.cc.
|
privatevirtual |
Reimplemented from AE.
Definition at line 114 of file AEMonitor.cc.
|
privatevirtual |
Reimplemented from AE.
Definition at line 91 of file AEMonitor.cc.
|
privatevirtual |
Reimplemented from AE.
Definition at line 126 of file AEMonitor.cc.
|
private |
Definition at line 41 of file AEMonitor.h.
Referenced by AEMonitor(), and processMRead().
|
private |
Definition at line 42 of file AEMonitor.h.
Referenced by processMWrite().