INET Framework for OMNeT++/OMNEST
|
#include "inet/common/ModuleAccess.h"
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Functions | |
bool | inet::_isNetworkNode (const cModule *mod) |
bool | inet::isNetworkNode (const cModule *mod) |
Returns true if the given module is a network node, i.e. More... | |
cModule * | inet::findModuleSomewhereUp (const char *name, cModule *from) |
cModule * | inet::findContainingNode (const cModule *from) |
Find the node containing the given module. More... | |
cModule * | inet::getContainingNode (const cModule *from) |
Find the node containing the given module. More... | |
cModule * | inet::findModuleUnderContainingNode (const cModule *from) |
Find the ancestor module under the node containing the given module. More... | |
cModule * | inet::findContainingNicModule (cModule *from) |
Find the nic module (inside the networkNode) containing the given module. More... | |
cModule * | inet::getContainingNicModule (cModule *from) |
Find the nic module (inside the networkNode) containing the given module. More... | |