#include <ctopo.h>
Inheritance diagram for cTopology::LinkOut::
Public Methods | |
Node* | remoteNode () const |
int | remoteGateId () const |
int | localGateId () const |
cGate* | remoteGate () const |
cGate* | localGate () const |
While navigating the graph stored in a cTopology, Node's methods return LinkIn and LinkOut objects, which are 'aliases' to Link objects. LinkIn and LinkOut 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 Node object whose method returned this LinkIn object. |