C++ definition: click here
Handles error notifications that arrive from other protocol modules.
Errors arrive in messages; this implementation just prints a report and discards the message.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
If a module type shows up more than once, that means it has been defined in more than one NED file.
NetworkLayer (compound module) |
Network layer of an IP node. |
Name | Value | Description |
---|---|---|
display | i=block/process_s |
Name | Direction | Size | Description |
---|---|---|---|
in | input |
// // Handles error notifications that arrive from other protocol modules. // // Errors arrive in messages; this implementation just prints a report // and discards the message. // simple ErrorHandling { parameters: @display("i=block/process_s"); gates: input in; }