PacketPullerBase
Package: inet.queueing.base
PacketPullerBase
simple moduleBase module for various packet puller modules.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| PacketProcessorBase | simple module |
Base module for various packet processing modules which maintains a few statistics. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
Properties
| Name | Value | Description |
|---|---|---|
| class | PacketPullerBase | |
| display | i=block/star |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| in | input | ||
| out | output |
Source code
// // Base module for various packet puller modules. // simple PacketPullerBase extends PacketProcessorBase { parameters: @class(PacketPullerBase); gates: input in; output out; }File: src/inet/queueing/base/PacketPullerBase.ned