Simple Module BaseUtility

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

C++ definition

Basic utility module for a host. Mainly provides black board like information exchange between the other modules of a host.

BaseUtility

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.

Extends:

Blackboard (simple module)

Provides black board like information exchange

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.

BaseNode (compound module) (no description)
BaseObject (compound module) (no description)
Host80211 (compound module)

Example host module using an 802.11 Network interface card.

Host802154_2400MHz (compound module)

This NED module defines a host using an IEEE 802.15.4 transceiver at 2.4GHz for wireless communications, that can be used to simulate wireless sensor networks.

Host802154A (compound module)

This host NED module models a host using an IEEE 802.15.4A correlation receiver.

HostBasic (compound module)

Example host module for a basic MiXiM host with configurable NIC, network layer, application layer and mobility module.

HostBMAC (compound module)

Example host module using a BMAC Network interface card.

HostLMAC (compound module)

Example host module using a LMAC Network interface card.

PhyMacHost (compound module) (no description)
PhyMacHost (compound module) (no description)
PhyMacHost (compound module) (no description)
PhyMacHost (compound module) (no description)

Parameters:

Name Type Default value Description
coreDebug bool

debug switch for the base framework

Properties:

Name Value Description
class BaseUtility
display i=block/blackboard

Source code:

// Basic utility module for a host.
// Mainly provides black board like information
// exchange between the other modules of a host.
simple BaseUtility extends Blackboard
{
    parameters:
        @class(BaseUtility);
        @display("i=block/blackboard");
}