EthernetPauseCommandProcessor

Package: inet.linklayer.ethernet.modular

EthernetPauseCommandProcessor

simple module

(no description)

Properties

Name Value Description
display i=block/inserter

@class(EthernetPauseCommandProcessor);

Gates

Name Direction Size Description
in input
out output

Signals

Name Type Unit
pauseSent long

Statistics

Name Title Source Record Unit Interpolation Mode
pauseSent pause sent count, sum, vector

Source code

simple EthernetPauseCommandProcessor
{
    parameters:
        //@class(EthernetPauseCommandProcessor);
        @display("i=block/inserter");
        @signal[pauseSent](type=long); // pause units
        @statistic[pauseSent](title="pause sent"; record=count,sum,vector);
    gates:
        input in @labels(send);
        output out @labels(send);
}
File: src/inet/linklayer/ethernet/modular/EthernetPauseCommandProcessor.ned