Package: inet.linklayer.ieee8022
IIeee8022SnapInserter
module interface(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
Ieee8022SnapInserter | simple module | (no description) |
OmittedIeee8022SnapInserter | compound module |
This module implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialize. |
Used in compound modules
Name | Type | Description |
---|---|---|
Ieee8022LlcLayer | compound module | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/inserter |
Source code
moduleinterface IIeee8022SnapInserter { parameters: @display("i=block/inserter"); gates: input in; output out; }File: src/inet/linklayer/ieee8022/IIeee8022SnapInserter.ned