File: NetworkInterfaces/NetworkInterface.ned
Prototype module for link layer protocols.
The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.
Name | Direction | Description |
---|---|---|
physIn | input | |
physOut | output | |
netwIn | input | |
netwOut | output |
Name | Type | Description |
---|
module NetworkInterface gates: in: physIn; out: physOut; in: netwIn; out: netwOut; endmodule