EthernetCutthroughSource

Package: inet.linklayer.ethernet.modular

EthernetCutthroughSource

simple module

(no description)

EthernetCutthroughSource

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules

Name Type Description
EthernetCutthroughLayer compound module (no description)

Extends

Name Type Description
PacketDestreamer simple module

This module takes packets streamed to its input and passes them to its output.

Parameters

Name Type Default value Description
displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

datarate double nan bps
macTableModule string

Properties

Name Value Description
display i=block/routing
class EthernetCutthroughSource

Gates

Name Direction Size Description
in input
out output
cutthroughOut output

Source code

simple EthernetCutthroughSource extends PacketDestreamer
{
    parameters:
        string macTableModule;
        @class(EthernetCutthroughSource);
        @display("i=block/routing");
    gates:
        output cutthroughOut;
}
File: src/inet/linklayer/ethernet/modular/EthernetCutthroughSource.ned