OverSim
|
Functions | |
static bool | getCoreNodes (cModule *curMod, void *nullPointer) |
Callback method that is used by extractFromNetwork. | |
static bool | getRouterLevelNodes (cModule *curMod, void *name) |
Callback method that is used by extractFromNetwork. |
|
static |
Callback method that is used by extractFromNetwork.
This method includes all nodes for which the callback method returns a non-zero value. The second argument is given to the callback method as second argument. Our callback method returns a topology consisting of all core nodes. It does so by searching for the CoreRouter property.
Definition at line 233 of file RUNetworkConfigurator.cc.
Referenced by RUNetworkConfigurator::extractTopology().
|
static |
Callback method that is used by extractFromNetwork.
This method includes all nodes for which the callback method returns a non-zero value. The second argument is given to the callback method as second argument. Our callback method returns a topology consisting of all router-level nodes (core, gateway, edge, host, and servers) that belong to the given AS. It does so by searching for the RL property within the given AS.
Definition at line 213 of file RUNetworkConfigurator.cc.
Referenced by RUNetworkConfigurator::extractTopology().