|
OverSim
|
Go to the source code of this file.
Classes | |
| struct | IPv6Words |
| Structure to manipulate IPv6 addresses easily. More... | |
| class | NodeInfo |
| Information about a getNode(usually a router) More... | |
| class | TerminalInfo |
| Information about a terminal. More... | |
| class | AccessNet |
| Configuration module for access networks. More... | |
Functions | |
| cGate * | firstUnusedGate (cModule *owner, const char *name, cGate::Type type=cGate::NONE) |
| Returns a module's fist unconnected gate. | |
Definition in file AccessNet.h.
| cGate* firstUnusedGate | ( | cModule * | owner, |
| const char * | name, | ||
| cGate::Type | type = cGate::NONE |
||
| ) |
Returns a module's fist unconnected gate.
| owner | gate owner module |
| name | name of the gate vector |
| type | gate type (input or output) |
Definition at line 453 of file AccessNet.cc.
Referenced by AccessNet::addOverlayNode().