#include <ctopo.h>
Inheritance diagram for sTopoLinkIn::
Public Methods | |
sTopoNode* | remoteNode () const |
int | remoteGateId () const |
int | localGateId () const |
cGate* | remoteGate () const |
cGate* | localGate () const |
While navigating the graph stored in a cTopology, sTopoNode's methods return sTopoLinkIn and sTopoLinkOut objects, which are 'aliases' to sTopoLink objects. sTopoLinkIn and sTopoLinkOut provide convenience functions that return the 'local' and 'remote' end of the connection when traversing the topology.
|
Returns the gate at the local end of this connection. |
|
Returns the gate ID at the local end of this connection. |
|
Returns the gate at the remote end of this connection. |
|
Returns the gate ID at the remote end of this connection. |
|
Returns the node at the remote end of this connection. Note: There's no corresponding localNode() method: the local node of this connection is the sTopoNode object whose method returned this sTopoLinkIn object. |