|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RoutingNotifierListeners.h>
Public Member Functions | |
| RoutingNotifierListeners (RoutingNotifierBase *rnb) | |
| virtual | ~RoutingNotifierListeners () |
| virtual void | receiveSignal (cComponent *src, simsignal_t id, cObject *obj, cObject *detail) |
Protected Attributes | |
| RoutingNotifierBase * | rnb |
Definition at line 23 of file RoutingNotifierListeners.h.
| RoutingNotifierListeners::RoutingNotifierListeners | ( | RoutingNotifierBase * | rnb | ) |
Definition at line 18 of file RoutingNotifierListeners.cc.
|
virtual |
Definition at line 23 of file RoutingNotifierListeners.cc.
|
inlinevirtual |
Reimplemented in LisRIBDRoutingUpdate.
Definition at line 28 of file RoutingNotifierListeners.h.
|
protected |
Definition at line 33 of file RoutingNotifierListeners.h.
Referenced by LisRIBDRoutingUpdate::receiveSignal(), and ~RoutingNotifierListeners().