RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <AEExtendedPing.h>
Public Member Functions | |
AEExtendedPing () | |
virtual | ~AEExtendedPing () |
![]() | |
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) |
![]() | |
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) |
Protected Member Functions | |
virtual void | initialize () |
virtual void | handleMessage (cMessage *msg) |
void | handleSelfMessage (cMessage *msg) |
![]() | |
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) |
![]() | |
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 QoSReq & | getQoSRequirements () const |
void | setQoSRequirements (const QoSReq &qoSRequirements) |
void | initNamingInfo () |
void | initQoSRequiremets () |
void | insertFlow (Flow &flow) |
Private Member Functions | |
void | prepareAllocateRequest () |
void | preparePing () |
void | prepareConnectionRequest () |
void | prepareDeallocateRequest () |
virtual void | processMRead (CDAPMessage *msg) |
virtual void | processMReadR (CDAPMessage *msg) |
Private Attributes | |
std::string | myPath |
std::string | dstApName |
std::string | dstApInstance |
std::string | dstAeName |
std::string | dstAeInstance |
simtime_t | startAt |
simtime_t | stopAt |
simtime_t | connectAt |
simtime_t | pingAt |
int | rate |
unsigned int | size |
Definition at line 32 of file AEExtendedPing.h.
AEExtendedPing::AEExtendedPing | ( | ) |
Definition at line 51 of file AEExtendedPing.cc.
|
virtual |
Definition at line 54 of file AEExtendedPing.cc.
|
protectedvirtual |
Reimplemented from AE.
Definition at line 205 of file AEExtendedPing.cc.
|
protected |
Definition at line 142 of file AEExtendedPing.cc.
Referenced by handleMessage().
|
protectedvirtual |
Reimplemented from AE.
Definition at line 88 of file AEExtendedPing.cc.
|
private |
Definition at line 61 of file AEExtendedPing.cc.
Referenced by initialize().
|
private |
Definition at line 83 of file AEExtendedPing.cc.
Referenced by initialize().
|
private |
Definition at line 77 of file AEExtendedPing.cc.
Referenced by initialize().
|
private |
Definition at line 67 of file AEExtendedPing.cc.
Referenced by initialize().
|
privatevirtual |
Reimplemented from AE.
Definition at line 211 of file AEExtendedPing.cc.
|
privatevirtual |
Reimplemented from AE.
Definition at line 238 of file AEExtendedPing.cc.
|
private |
Definition at line 54 of file AEExtendedPing.h.
Referenced by initialize(), and prepareConnectionRequest().
|
private |
Definition at line 50 of file AEExtendedPing.h.
Referenced by handleSelfMessage(), and initialize().
|
private |
Definition at line 49 of file AEExtendedPing.h.
Referenced by handleSelfMessage(), and initialize().
|
private |
Definition at line 48 of file AEExtendedPing.h.
Referenced by handleSelfMessage(), and initialize().
|
private |
Definition at line 47 of file AEExtendedPing.h.
Referenced by handleSelfMessage(), and initialize().
|
private |
Definition at line 45 of file AEExtendedPing.h.
Referenced by handleSelfMessage(), initialize(), and processMRead().
|
private |
Definition at line 55 of file AEExtendedPing.h.
Referenced by initialize(), and preparePing().
|
private |
Definition at line 56 of file AEExtendedPing.h.
Referenced by initialize(), and preparePing().
|
private |
Definition at line 57 of file AEExtendedPing.h.
Referenced by handleSelfMessage(), and initialize().
|
private |
Definition at line 52 of file AEExtendedPing.h.
Referenced by initialize(), and prepareAllocateRequest().
|
private |
Definition at line 53 of file AEExtendedPing.h.
Referenced by initialize(), prepareDeallocateRequest(), and preparePing().