|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <APPing.h>
Public Member Functions | |
| APPing () | |
| virtual | ~APPing () |
| void | initialize () |
| void | handleMessage (cMessage *msg) |
Public Member Functions inherited from AP | |
| AP () | |
| virtual | ~AP () |
| virtual void | onA_getWrite (APIResult *result) |
| virtual void | onClose (APIResult *result) |
| void | receiveAllocationRequestFromFAI (Flow *flow) |
| virtual void | resultAssign (APIResult *result) |
| virtual void | startRequestedConnections () |
Public Member Functions inherited from APBase | |
| APBase () | |
| virtual | ~APBase () |
| int | getCurrentAEInstNum (std::string AEName) |
Private Member Functions | |
| void | onA_getOpen (APIResult *result) |
| void | onA_getRead (APIResult *result) |
Private Attributes | |
| int * | value |
| int | invokeId |
| unsigned long | conID |
| cMessage * | m1 |
| cMessage * | m2 |
Additional Inherited Members | |
Protected Types inherited from APBase | |
| enum | EnrollmentState { NOT_ENROLLED, ENROLLING, ENROLLED } |
Protected Member Functions inherited from AP | |
| virtual void | initSignalsAndListeners () |
| virtual void | initPointers () |
| virtual bool | a_open (int invokeID, std::string APname, std::string APinst, std::string AEname, std::string AEinst) |
| virtual bool | a_open (int invokeID, Flow *flow) |
| virtual bool | a_close (int CDAPConn, int invokeID=0) |
| virtual bool | a_read (int CDAPConn, std::string objName, int invokeID=0) |
| virtual bool | a_write (int CDAPConn, std::string objName, object_t *obj, int invokeID=0) |
| virtual APIRetObj * | a_getopen_r (int invokeID) |
| virtual APIRetObj * | a_getclose_r (int CDAPConn, int invokeID=0) |
| virtual bool | a_read_r (int CDAPconn, int invokeID, std::string objName, object_t *obj, bool complete=true) |
| virtual APIRetObj * | a_get_read_r (int CDAPConn, int invokeID) |
| virtual bool | a_cancelread_r (int CDAPConn, int invokeID=0) |
| virtual APIRetObj * | a_getwrite_r (int CDAPconn, int invokeID, APIResult *result, std::string objName, object_t *obj=NULL) |
| void | insertAEReq (Flow req) |
Protected Member Functions inherited from APBase | |
| int | getNewInvokeID () |
| int | getNewAEInstNum (std::string AEName) |
| unsigned long | getNewCdapConID () |
Protected Attributes inherited from APBase | |
| EnrollmentState | isEnrolled |
|
virtual |
|
privatevirtual |
|
privatevirtual |
|
private |
Definition at line 44 of file APPing.h.
Referenced by handleMessage(), and onA_getOpen().
|
private |
Definition at line 43 of file APPing.h.
Referenced by handleMessage(), and onA_getOpen().
|
private |
Definition at line 45 of file APPing.h.
Referenced by initialize().
|
private |
Definition at line 46 of file APPing.h.
Referenced by handleMessage(), initialize(), and onA_getOpen().
|
private |
Definition at line 42 of file APPing.h.
Referenced by onA_getRead().