|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <AEStream.h>
Public Member Functions | |
| AEStream () | |
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) |
| 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 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 | onStart () |
| void | afterOnStart () |
| void | prepareAllocateRequest () |
| void | prepareStreamData () |
| void | prepareDeallocateRequest () |
| virtual void | processMRead (CDAPMessage *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 | processMReadR (CDAPMessage *msg) |
| 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 QoSReq & | getQoSRequirements () const |
| void | setQoSRequirements (const QoSReq &qoSRequirements) |
| void | initNamingInfo () |
| void | initQoSRequiremets () |
| void | insertFlow (Flow &flow) |
Private Attributes | |
| const char * | TIM_START |
| const char * | TIM_STOP |
| const char * | MSG_STDATA |
| const char * | PAR_START |
| const char * | PAR_STOP |
| const char * | PAR_BEGIN |
| const char * | PAR_END |
| const char * | PAR_INTERVAL |
| const char * | PAR_SIZE |
| const char * | PAR_DSTAPNAME |
| const char * | PAR_DSTAPINSTANCE |
| const char * | PAR_DSTAENAME |
| const char * | PAR_DSTAEINSTANCE |
Definition at line 32 of file AEStream.h.
| AEStream::AEStream | ( | ) |
Definition at line 27 of file AEStream.cc.
|
protectedvirtual |
Reimplemented from AE.
Definition at line 108 of file AEStream.cc.
|
protectedvirtual |
Reimplemented from AE.
Definition at line 87 of file AEStream.cc.
|
protected |
Definition at line 123 of file AEStream.cc.
Referenced by handleMessage().
|
protectedvirtual |
Reimplemented from AE.
Definition at line 45 of file AEStream.cc.
|
protected |
Definition at line 93 of file AEStream.cc.
Referenced by handleSelfMessage().
|
protected |
Definition at line 149 of file AEStream.cc.
Referenced by initialize().
|
protected |
Definition at line 166 of file AEStream.cc.
Referenced by initialize().
|
protected |
Definition at line 155 of file AEStream.cc.
Referenced by initialize().
|
protectedvirtual |
Reimplemented from AE.
Definition at line 172 of file AEStream.cc.
|
protected |
Definition at line 60 of file AEStream.h.
Referenced by initialize(), and prepareStreamData().
|
protected |
Definition at line 56 of file AEStream.h.
Referenced by afterOnStart(), initialize(), and onStart().
|
protected |
Definition at line 55 of file AEStream.h.
Referenced by afterOnStart(), initialize(), and onStart().
|
protected |
Definition at line 54 of file AEStream.h.
Referenced by afterOnStart(), initialize(), and onStart().
|
protected |
Definition at line 53 of file AEStream.h.
Referenced by afterOnStart(), initialize(), and onStart().
|
protected |
Definition at line 61 of file AEStream.h.
Referenced by initialize(), and prepareStreamData().
|
protected |
Definition at line 64 of file AEStream.h.
Referenced by initialize(), and prepareStreamData().
|
private |
Definition at line 37 of file AEStream.h.
Referenced by AEStream(), handleSelfMessage(), and prepareStreamData().
|
private |
Definition at line 40 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 47 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 46 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 45 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 44 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 41 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 42 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 43 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 38 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
private |
Definition at line 39 of file AEStream.h.
Referenced by AEStream(), and initialize().
|
protected |
Definition at line 63 of file AEStream.h.
Referenced by handleSelfMessage(), and initialize().
|
protected |
Definition at line 58 of file AEStream.h.
Referenced by initialize(), and prepareAllocateRequest().
|
protected |
Definition at line 59 of file AEStream.h.
Referenced by initialize(), and prepareDeallocateRequest().
|
private |
Definition at line 35 of file AEStream.h.
Referenced by AEStream(), handleSelfMessage(), and prepareAllocateRequest().
|
private |
Definition at line 36 of file AEStream.h.
Referenced by AEStream(), handleSelfMessage(), and prepareDeallocateRequest().