|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <rModule.h>
Public Member Functions | |
| RoutingUpdate (const Address &_addr, const std::string &_domain) | |
Public Member Functions inherited from IntRoutingUpdate | |
| IntRoutingUpdate () | |
| IntRoutingUpdate (const Address &addr) | |
| ~IntRoutingUpdate () | |
| Address | getDestination () |
| Address | getSource () |
| void | setDestination (Address addr) |
| void | setSource (Address src) |
Public Attributes | |
| std::string | domain |
Additional Inherited Members | |
Protected Attributes inherited from IntRoutingUpdate | |
| Address | dstAddr |
| Address | srcAddr |
| DMRnms::RoutingUpdate::RoutingUpdate | ( | const Address & | _addr, |
| const std::string & | _domain | ||
| ) |
Definition at line 35 of file rModule.cc.
| std::string DMRnms::RoutingUpdate::domain |
Definition at line 61 of file rModule.h.
Referenced by DMRnms::Routing::processUpdate(), and RoutingUpdate().