NED File examples/analogueModels/SimpleMacLayer.ned

Name Description
SimpleMacLayer (simple module) (no description)

Source code:

package org.mixim.examples.analogueModels;

simple SimpleMacLayer
{
    gates:

        input lowerGateIn; 	// from the Phy layer
        output lowerGateOut; 	// to the Phy layer

        input lowerControlIn; 	// control from the Phy layer        
        output lowerControlOut; 	// control to the Phy layer

}