EthernetStreamingMacLayer

Package: inet.linklayer.ethernet.modular

EthernetStreamingMacLayer

compound module

(no description)

IPacketLifeTimer IPacketQueue IPacketServer IPacketFlow IPacketFlow IPacketFlow IPacketFilter IPacketFlow

Inheritance diagram

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

Extends

Name Type Description
EthernetMacLayer compound module (no description)

Parameters

Name Type Default value Description
bitrate double

Properties

Name Value Description
display i=block/layer
class EthernetMacLayer

Gates

Name Direction Size Description
upperLayerIn input
upperLayerOut output
lowerLayerIn input
lowerLayerOut output

Source code

module EthernetStreamingMacLayer extends EthernetMacLayer
{
    parameters:
        server.typename = default("");
        streamer.typename = default("PacketStreamer");
        transmitter.typename = default("StreamingTransmitter");
        receiver.typename = default("DestreamingReceiver");
}
File: src/inet/linklayer/ethernet/modular/EthernetStreamingMacLayer.ned