EmptyPacketSource

Package: inet.queueing.source

EmptyPacketSource

simple module

This module is an empty packet source which never pushes packets into the connected packet consumer.

EmptyPacketSource

Inheritance diagram

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

Properties

Name Value Description
class EmptyPacketSource
display i=block/source

Gates

Name Direction Size Description
out output

Source code

//
// This module is an empty packet source which never pushes packets into the
// connected packet consumer.
//
simple EmptyPacketSource like IActivePacketSource
{
    parameters:
        @class(EmptyPacketSource);
        @display("i=block/source");
    gates:
        output out @labels(push);
}
File: src/inet/queueing/source/EmptyPacketSource.ned