NED File modules/phy/PhyLayer.ned

Name Description
PhyLayer (simple module)

Physical layer module which knows how to initialize the Deciders and AnalogueModels from the modules directory. See the classes documentation for details.

Source code:

package org.mixim.modules.phy;

import org.mixim.base.phyLayer.BasePhyLayer;

// Physical layer module which knows how to initialize the Deciders
// and AnalogueModels from the modules directory.
// See the classes documentation for details.
simple PhyLayer extends BasePhyLayer
{
    parameters:
        @class(PhyLayer);
}