Simple Module SimpleNetwLayer

Package: org.mixim.examples.CSMAMac
File: examples/CSMAMac/SimpleNetwLayer.ned

C++ definition

(no description)

SimpleNetwLayer

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

PhyMacHost (compound module) (no description)

Parameters:

Name Type Default value Description
ip double
isSwitch bool
maxTtl double
boredTime double

Gates:

Name Direction Size Description
lowerGateIn input

from the Mac layer

lowerGateOut output

to the Mac layer

lowerControlIn input

control from the Mac layer

lowerControlOut output

control to the Mac layer

Source code:

simple SimpleNetwLayer
{
    parameters:
        double ip;
        bool isSwitch;
        double maxTtl;
        double boredTime;
    gates:

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

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

}