StreamingReceiverBase

Package: inet.protocolelement.transceiver.base

StreamingReceiverBase

simple module

(no description)

Inheritance diagram

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

Known subclasses

Name Type Description
PacketReceiver simple module

This module receives signals from the physical medium (wire) as a whole. It also sends up packets to the upper layer as a whole.

StreamThroughReceiver simple module

This module receives signals from the transmission medium (wire) as a stream and also sends packets to the upper layer as a stream. The stream start and stream end are sent seperately allowing the preemption of signals.

Extends

Name Type Description
PacketReceiverBase simple module (no description)

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

Properties

Name Value Description
display i=block/wrx
class StreamingReceiverBase

Gates

Name Direction Size Description
in input
out output

Signals

Name Type Unit
receptionEnded inet::physicallayer::Signal
receptionStarted inet::physicallayer::Signal

Statistics

Name Title Source Record Unit Interpolation Mode
propagationTime propagation time s
throughput throughput throughput(receptionEnded) vector, histogram bps linear
receptionTime reception time packetDuration(receptionEnded) vector, histogram s none
flowReceptionTime flow reception time packetDuration(demuxFlow(receptionEnded)) vector, histogram s none

Source code

simple StreamingReceiverBase extends PacketReceiverBase
{
    parameters:
        @class(StreamingReceiverBase);
}
File: src/inet/protocolelement/transceiver/base/StreamingReceiverBase.ned