Compound Module BaseObject

Package: org.mixim.base.modules
File: base/modules/BaseObject.ned

(no description)

BaseUtility BaseMobility

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.

Properties:

Name Value Description
display bgb=180,200,white,,;bgp=10,10

Unassigned submodule parameters:

Name Type Default value Description
utility.coreDebug bool

debug switch for the base framework

mobility.coreDebug bool

debug switch for the core framework

mobility.x double

x coordinate of the nodes' position (-1 = random)

mobility.y double

y coordinate of the nodes' position (-1 = random)

mobility.z double

z coordinate of the nodes' position (-1 = random)

Source code:

module BaseObject
{
    parameters:
        @display("bgb=180,200,white,,;bgp=10,10");
    submodules:
        utility: BaseUtility {
            parameters:
                @display("p=130,38,rect;b=24,24,,black,,");
        }
        mobility: BaseMobility {
            parameters:
                @display("p=130,172;i=cogwheel2");

        }
}