RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RIBd.h>
Public Member Functions | |
virtual void | receiveData (CDAPMessage *cimsg) |
virtual void | sendCongestionNotification (PDU *pdu) |
virtual void | signalizeSendData (CDAPMessage *msg) |
void | signalizeCongestionNotification (CongestionDescriptor *congDesc) |
![]() | |
RIBdBase () | |
virtual | ~RIBdBase () |
void | setMyAddress (const Address &addr) |
const Address & | getMyAddress () const |
long | getNewInvokeId () |
Protected Member Functions | |
virtual void | initialize () |
virtual void | handleMessage (cMessage *msg) |
void | initSignalsAndListeners () |
void | initPointers () |
void | processMStart (CDAPMessage *msg) |
![]() | |
void | initMyAddress () |
Protected Attributes | |
FANotifierBase * | FANotif |
EnrollmentNotifierBase * | EnrollNotif |
RoutingNotifierBase * | RoutingNotif |
bool | useFANotifier |
bool | useEnrollmentNotifier |
bool | useRoutingNotifier |
simsignal_t | sigRIBDSendData |
simsignal_t | sigRIBDCongNotif |
LisRIBDRcvData * | lisRIBDRcvData |
LisRIBDCongesNotif * | lisRIBDCongNotif |
![]() | |
Address | MyAddress |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 59 of file RIBd.cc.
Referenced by initialize().
|
protected |
Definition at line 344 of file RIBd.cc.
Referenced by initialize().
|
protected |
Definition at line 801 of file RIBd.cc.
Referenced by receiveData().
|
virtual |
|
virtual |
void RIBd::signalizeCongestionNotification | ( | CongestionDescriptor * | congDesc | ) |
Definition at line 518 of file RIBd.cc.
Referenced by processMStart().
|
virtual |
Implements RIBdBase.
Definition at line 444 of file RIBd.cc.
Referenced by RoutingNotifier::receiveRoutingUpdateFromRouting(), sendCongestionNotification(), RoutingNotifier::signalizeMessage(), EnrollmentNotifier::signalizeMessage(), DAFEnrollmentNotifier::signalizeMessage(), and FANotifier::signalizeMessage().
|
protected |
Definition at line 68 of file RIBd.h.
Referenced by initPointers(), and receiveData().
|
protected |
Definition at line 67 of file RIBd.h.
Referenced by initPointers(), and receiveData().
|
protected |
Definition at line 93 of file RIBd.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 92 of file RIBd.h.
Referenced by initSignalsAndListeners().
|
protected |
Definition at line 69 of file RIBd.h.
Referenced by initPointers(), and receiveData().
|
protected |
Definition at line 84 of file RIBd.h.
Referenced by initSignalsAndListeners(), and signalizeCongestionNotification().
|
protected |
Definition at line 83 of file RIBd.h.
Referenced by initSignalsAndListeners(), and signalizeSendData().
|
protected |
Definition at line 72 of file RIBd.h.
Referenced by initialize(), initPointers(), and receiveData().
|
protected |
Definition at line 71 of file RIBd.h.
Referenced by initialize(), initPointers(), and receiveData().
|
protected |
Definition at line 73 of file RIBd.h.
Referenced by initialize(), initPointers(), and receiveData().