| 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. |
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); }