RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <EnrollmentNotifier.h>
Public Member Functions | |
virtual void | sendStartEnrollmentRequest (EnrollmentObj *obj) |
virtual void | sendStartEnrollmentResponse (EnrollmentObj *obj) |
virtual void | sendStopEnrollmentRequest (EnrollmentObj *obj) |
virtual void | sendStopEnrollmentResponse (EnrollmentObj *obj) |
virtual void | sendStartOperationRequest (OperationObj *obj) |
virtual void | sendStartOperationResponse (OperationObj *obj) |
virtual void | sendCACE (CDAPMessage *msg) |
![]() | |
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... | |
Protected Member Functions | |
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... | |
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 | 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... | |
void | signalizeConnectResponsePositive (CDAPMessage *msg) |
void | signalizeConnectResponseNegative (CDAPMessage *msg) |
void | signalizeConnectRequest (CDAPMessage *msg) |
void | signalizeSendCACE (CDAPMessage *msg) |
void | signalizeStartEnrollmentRequest (CDAPMessage *msg) |
void | signalizeStartEnrollmentResponse (CDAPMessage *msg) |
void | signalizeStopEnrollmentRequest (CDAPMessage *msg) |
void | signalizeStopEnrollmentResponse (CDAPMessage *msg) |
void | signalizeStartOperationRequest (CDAPMessage *msg) |
void | signalizeStartOperationResponse (CDAPMessage *msg) |
![]() | |
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 | 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... | |
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... | |
Protected Attributes | |
RIBdBase * | RIBd |
simsignal_t | sigRIBDStartEnrollReq |
simsignal_t | sigRIBDStartEnrollRes |
simsignal_t | sigRIBDStopEnrollReq |
simsignal_t | sigRIBDStopEnrollRes |
simsignal_t | sigRIBDStartOperationReq |
simsignal_t | sigRIBDStartOperationRes |
simsignal_t | sigRIBDConResPosi |
simsignal_t | sigRIBDConResNega |
simsignal_t | sigRIBDConReq |
simsignal_t | sigRIBDCACESend |
LisRIBDRcvCACE * | lisRIBDRcvCACE |
LisRIBDRcvEnrollCACE * | lisRIBDRcvEnrollCACE |
LisRIBDStaEnrolReq * | lisRIBDStaEnrolReq |
LisRIBDStaEnrolRes * | lisRIBDStaEnrolRes |
LisRIBDStoEnrolReq * | lisRIBDStoEnrolReq |
LisRIBDStoEnrolRes * | lisRIBDStoEnrolRes |
LisRIBDStaOperReq * | lisRIBDStaOperReq |
LisRIBDStaOperRes * | lisRIBDStaOperRes |
Definition at line 28 of file EnrollmentNotifier.h.
|
protectedvirtual |
Definition at line 74 of file EnrollmentNotifier.cc.
|
protectedvirtual |
Definition at line 22 of file EnrollmentNotifier.cc.
|
protected |
Definition at line 28 of file EnrollmentNotifier.cc.
Referenced by initialize().
|
protected |
Definition at line 32 of file EnrollmentNotifier.cc.
Referenced by initialize().
|
protectedvirtual |
Function crunching supported M_CONNECT message.
msg | Incoming CDAP M_CONNECT message |
Reimplemented from CDAPProcessingBase.
Definition at line 246 of file EnrollmentNotifier.cc.
|
protectedvirtual |
Function crunching supported M_CONNECT_R message.
msg | Incoming CDAP M_CONNECT_R message |
Reimplemented from CDAPProcessingBase.
Definition at line 251 of file EnrollmentNotifier.cc.
|
protectedvirtual |
Function crunching supported M_START message.
msg | Incoming CDAP M_START message |
Reimplemented from CDAPProcessingBase.
Definition at line 261 of file EnrollmentNotifier.cc.
|
protectedvirtual |
Function crunching supported M_START_R message.
msg | Incoming CDAP M_START_R message |
Reimplemented from CDAPProcessingBase.
Definition at line 271 of file EnrollmentNotifier.cc.
|
protectedvirtual |
Function crunching supported M_STOP message.
msg | Incoming CDAP M_STOP message |
Reimplemented from CDAPProcessingBase.
Definition at line 281 of file EnrollmentNotifier.cc.
|
protectedvirtual |
Function crunching supported M_STOP_R message.
msg | Incoming CDAP M_STOP_R message |
Reimplemented from CDAPProcessingBase.
Definition at line 291 of file EnrollmentNotifier.cc.
|
virtual |
Implements EnrollmentNotifierBase.
Definition at line 193 of file EnrollmentNotifier.cc.
|
virtual |
Implements EnrollmentNotifierBase.
Definition at line 84 of file EnrollmentNotifier.cc.
|
virtual |
Implements EnrollmentNotifierBase.
Definition at line 109 of file EnrollmentNotifier.cc.
|
virtual |
Implements EnrollmentNotifierBase.
Definition at line 185 of file EnrollmentNotifier.cc.
|
virtual |
Implements EnrollmentNotifierBase.
Definition at line 189 of file EnrollmentNotifier.cc.
|
virtual |
Implements EnrollmentNotifierBase.
Definition at line 135 of file EnrollmentNotifier.cc.
|
virtual |
Implements EnrollmentNotifierBase.
Definition at line 160 of file EnrollmentNotifier.cc.
|
protected |
Definition at line 211 of file EnrollmentNotifier.cc.
Referenced by processMConnect().
|
protected |
Definition at line 206 of file EnrollmentNotifier.cc.
Referenced by processMConnectR().
|
protected |
Definition at line 201 of file EnrollmentNotifier.cc.
Referenced by processMConnectR().
|
protectedvirtual |
Function asks for notifies about CDAP message ready to be sent.
msg | Outgoing CDAP message |
Implements EnrollmentNotifierBase.
Definition at line 79 of file EnrollmentNotifier.cc.
Referenced by sendStartEnrollmentRequest(), sendStartEnrollmentResponse(), sendStopEnrollmentRequest(), and sendStopEnrollmentResponse().
|
protected |
Definition at line 216 of file EnrollmentNotifier.cc.
Referenced by sendCACE().
|
protected |
Definition at line 221 of file EnrollmentNotifier.cc.
Referenced by processMStart().
|
protected |
Definition at line 226 of file EnrollmentNotifier.cc.
Referenced by processMStartR().
|
protected |
Definition at line 241 of file EnrollmentNotifier.cc.
|
protected |
Definition at line 301 of file EnrollmentNotifier.cc.
|
protected |
Definition at line 231 of file EnrollmentNotifier.cc.
Referenced by processMStop().
|
protected |
Definition at line 236 of file EnrollmentNotifier.cc.
Referenced by processMStopR().
|
protected |
Definition at line 53 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 54 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 55 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 56 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 59 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 60 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 57 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 58 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 40 of file EnrollmentNotifier.h.
|
protected |
Definition at line 51 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeSendCACE().
|
protected |
Definition at line 50 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeConnectRequest().
|
protected |
Definition at line 49 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeConnectResponseNegative().
|
protected |
Definition at line 48 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeConnectResponsePositive().
|
protected |
Definition at line 42 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeStartEnrollmentRequest().
|
protected |
Definition at line 43 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeStartEnrollmentResponse().
|
protected |
Definition at line 46 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeStartOperationRequest().
|
protected |
Definition at line 47 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeStartOperationResponse().
|
protected |
Definition at line 44 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeStopEnrollmentRequest().
|
protected |
Definition at line 45 of file EnrollmentNotifier.h.
Referenced by initSignalsAndListeners(), and signalizeStopEnrollmentResponse().