#include <NicEntryDirect.h>
Inherits NicEntry.
Inheritance diagram for NicEntryDirect:
Public Member Functions | |
NicEntryDirect (bool debug) | |
Constrcutor, initializes all members. | |
virtual | ~NicEntryDirect () |
Destructor -- needs to be there... | |
virtual void | connectTo (NicEntry *) |
Connect two nics. | |
virtual void | disconnectFrom (NicEntry *) |
Disconnect two nics. |
|
Constrcutor, initializes all members.
|
|
Connect two nics. Establish unidirectional connection with other nic
It handles compound modules correctly, provided that the physical module is called "phy" or "snrEval" respectively in the .ned files. Implements NicEntry. |
|
Disconnect two nics. Release unidirectional connection with other nic
Implements NicEntry. |