Compound Module APSKLayeredErrorModel

Package: inet.physicallayer.apskradio.bitlevel.errormodel
File: src/inet/physicallayer/apskradio/bitlevel/errormodel/APSKLayeredErrorModel.ned

This error model computes the erroneous bits, symbols, or simply whether the packet is error free or not based on the SNIR.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Extends:

Name Type Description
LayeredErrorModelBase compound module (no description)

Properties:

Name Value Description
display i=block/broadcast
class APSKLayeredErrorModel

Source code:

//
// This error model computes the erroneous bits, symbols, or simply whether the
// packet is error free or not based on the SNIR.
//
module APSKLayeredErrorModel extends LayeredErrorModelBase
{
    parameters:
        @class(APSKLayeredErrorModel);
}