RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <FANotifier.h>
Public Member Functions | |
virtual void | sendCreateRequestFlow (Flow *flow) |
virtual void | sendCreateResponseNegative (Flow *flow) |
virtual void | sendCreateResponsePostive (Flow *flow) |
virtual void | sendDeleteRequestFlow (Flow *flow) |
virtual void | sendDeleteResponseFlow (Flow *flow) |
virtual void | receiveAllocationRequestFromFai (Flow *flow) |
virtual void | receiveCreateFlowPositiveFromRa (Flow *flow) |
virtual void | receiveCreateFlowNegativeFromRa (Flow *flow) |
![]() | |
virtual bool | isMessageProcessable (CDAPMessage *msg) |
Function checks whether CDAP message can be processed by notifier. More... | |
virtual void | receiveMessage (CDAPMessage *msg) |
Function checks the type of CDAP message and passes it to appropriate processing method. More... | |
const Address & | getMyAddress () const |
Protected Member Functions | |
void | signalizeCreateRequestFlow (Flow *flow) |
void | signalizeDeleteRequestFlow (Flow *flow) |
void | signalizeDeleteResponseFlow (Flow *flow) |
void | signalizeAllocateResponsePositive (Flow *flow) |
void | signalizeAllocateResponseNegative (Flow *flow) |
void | signalizeCreateFlow (Flow *flow) |
void | signalizeCreateResponseFlowPositive (Flow *flow) |
void | signalizeCreateResponseFlowNegative (Flow *flow) |
void | initPointers () |
void | initSignalsAndListeners () |
virtual void | initialize () |
virtual void | handleMessage (cMessage *msg) |
virtual void | signalizeMessage (CDAPMessage *msg) |
Function asks for notifies about CDAP message ready to be sent. More... | |
long | getNewInvokeId () |
virtual void | processMCreate (CDAP_M_Create *msg) |
Function crunching supported M_CREATE message. More... | |
virtual void | processMCreateR (CDAP_M_Create_R *msg) |
Function crunching supported M_CREATE_R message. More... | |
virtual void | processMDelete (CDAP_M_Delete *msg) |
Function crunching supported M_DELETE message. More... | |
virtual void | processMDeleteR (CDAP_M_Delete_R *msg) |
Function crunching supported M_DELETE_R message. More... | |
![]() | |
void | initMyAddress () |
![]() | |
virtual void | processMConnect (CDAP_M_Connect *msg) |
Function crunching supported M_CONNECT message. More... | |
virtual void | processMConnectR (CDAP_M_Connect_R *msg) |
Function crunching supported M_CONNECT_R message. More... | |
virtual void | processMRelease (CDAP_M_Release *msg) |
Function crunching supported M_RELEASE message. More... | |
virtual void | processMReleaseR (CDAP_M_Release_R *msg) |
Function crunching supported M_RELEASE_R message. More... | |
virtual void | processMRead (CDAP_M_Read *msg) |
Function crunching supported M_READ message. More... | |
virtual void | processMReadR (CDAP_M_Read_R *msg) |
Function crunching supported M_READ_R message. More... | |
virtual void | processMWrite (CDAP_M_Write *msg) |
Function crunching supported M_WRITE message. More... | |
virtual void | processMWriteR (CDAP_M_Write_R *msg) |
Function crunching supported M_WRITE_R message. More... | |
virtual void | processMStart (CDAP_M_Start *msg) |
Function crunching supported M_START message. More... | |
virtual void | processMStartR (CDAP_M_Start_R *msg) |
Function crunching supported M_START_R message. More... | |
virtual void | processMStop (CDAP_M_Stop *msg) |
Function crunching supported M_STOP message. More... | |
virtual void | processMStopR (CDAP_M_Stop_R *msg) |
Function crunching supported M_STOP_R message. More... | |
Protected Attributes | |
simsignal_t | sigRIBDCreReqFlo |
simsignal_t | sigRIBDDelReqFlo |
simsignal_t | sigRIBDDelResFlo |
simsignal_t | sigRIBDCreResFloPosi |
simsignal_t | sigRIBDCreResFloNega |
simsignal_t | sigRIBDAllocResPosi |
simsignal_t | sigRIBDAllocResNega |
simsignal_t | sigRIBDCreFlow |
LisRIBDCreReq * | lisRIBDCreReq |
LisRIBDCreReq * | lisRIBDCreReqByForward |
LisRIBDAllReqFromFai * | lisRIBDAllReqFromFai |
LisRIBDCreResNega * | lisRIBDCreResNega |
LisRIBDCreResNega * | lisRIBDCreResNegaFromFa |
LisRIBDCreResPosi * | lisRIBDCreResPosi |
LisRIBDCreResPosi * | lisRIBDCreResPosiForward |
LisRIBDDelReq * | lisRIBDDelReq |
LisRIBDDelRes * | lisRIBDDelRes |
LisRIBDCreFloPosi * | lisRIBDCreFloPosi |
LisRIBDCreFloNega * | lisRIBDCreFloNega |
RIBdBase * | RIBd |
![]() | |
Address | MyAddress |
Definition at line 26 of file FANotifier.h.
|
protected |
Definition at line 363 of file FANotifier.cc.
Referenced by sendCreateRequestFlow(), and sendDeleteRequestFlow().
|
inlineprotectedvirtual |
Implements FANotifierBase.
Definition at line 76 of file FANotifier.h.
|
protectedvirtual |
Reimplemented from FANotifierBase.
Definition at line 353 of file FANotifier.cc.
|
protected |
Definition at line 269 of file FANotifier.cc.
Referenced by initialize().
|
protected |
Definition at line 31 of file FANotifier.cc.
Referenced by initialize().
|
protectedvirtual |
Function crunching supported M_CREATE message.
msg | Incoming CDAP M_CREATE message |
Reimplemented from CDAPProcessingBase.
Definition at line 298 of file FANotifier.cc.
|
protectedvirtual |
Function crunching supported M_CREATE_R message.
msg | Incoming CDAP M_CREATE_R message |
Reimplemented from CDAPProcessingBase.
Definition at line 311 of file FANotifier.cc.
|
protectedvirtual |
Function crunching supported M_DELETE message.
msg | Incoming CDAP M_DELETE message |
Reimplemented from CDAPProcessingBase.
Definition at line 329 of file FANotifier.cc.
|
protectedvirtual |
Function crunching supported M_DELETE_R message.
msg | Incoming CDAP M_DELETE_R message |
Reimplemented from CDAPProcessingBase.
Definition at line 341 of file FANotifier.cc.
|
virtual |
Implements FANotifierBase.
Definition at line 75 of file FANotifier.cc.
|
virtual |
Implements FANotifierBase.
Definition at line 91 of file FANotifier.cc.
|
virtual |
Implements FANotifierBase.
Definition at line 87 of file FANotifier.cc.
Referenced by receiveAllocationRequestFromFai().
|
virtual |
Implements FANotifierBase.
Definition at line 95 of file FANotifier.cc.
|
virtual |
Implements FANotifierBase.
Definition at line 155 of file FANotifier.cc.
|
virtual |
Implements FANotifierBase.
Definition at line 188 of file FANotifier.cc.
|
virtual |
Implements FANotifierBase.
Definition at line 125 of file FANotifier.cc.
|
virtual |
Implements FANotifierBase.
Definition at line 221 of file FANotifier.cc.
|
protected |
Definition at line 288 of file FANotifier.cc.
Referenced by receiveCreateFlowNegativeFromRa().
|
protected |
Definition at line 254 of file FANotifier.cc.
Referenced by receiveCreateFlowPositiveFromRa().
|
protected |
Definition at line 278 of file FANotifier.cc.
Referenced by receiveAllocationRequestFromFai().
|
protected |
Definition at line 259 of file FANotifier.cc.
Referenced by processMCreate().
|
protected |
Definition at line 273 of file FANotifier.cc.
Referenced by processMCreateR().
|
protected |
Definition at line 264 of file FANotifier.cc.
Referenced by processMCreateR().
|
protected |
Definition at line 283 of file FANotifier.cc.
Referenced by processMDelete().
|
protected |
Definition at line 293 of file FANotifier.cc.
Referenced by processMDeleteR().
|
protectedvirtual |
Function asks for notifies about CDAP message ready to be sent.
msg | Outgoing CDAP message |
Implements FANotifierBase.
Definition at line 359 of file FANotifier.cc.
Referenced by sendCreateRequestFlow(), sendCreateResponseNegative(), sendCreateResponsePostive(), sendDeleteRequestFlow(), and sendDeleteResponseFlow().
|
protected |
Definition at line 52 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 60 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 59 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 50 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 51 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 53 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 54 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 55 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 56 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 57 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 58 of file FANotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 88 of file FANotifier.h.
|
protected |
Definition at line 46 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeAllocateResponseNegative().
|
protected |
Definition at line 45 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeAllocateResponsePositive().
|
protected |
Definition at line 47 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeCreateFlow().
|
protected |
Definition at line 40 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeCreateRequestFlow().
|
protected |
Definition at line 44 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeCreateResponseFlowNegative().
|
protected |
Definition at line 43 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeCreateResponseFlowPositive().
|
protected |
Definition at line 41 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeDeleteRequestFlow().
|
protected |
Definition at line 42 of file FANotifier.h.
Referenced by initSignalsAndListeners(), and signalizeDeleteResponseFlow().