Simple Module Blackboard

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

C++ definition

Provides black board like information exchange

Blackboard

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.

Known subclasses:

BaseUtility (simple module)

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

BaseWorldUtility (simple module)

Basic utility module for the whole network. Provides utility methods and information used by the whole network as well as simulation wide black board functionality.

Parameters:

Name Type Default value Description
coreDebug bool

debug switch for the base framework

Source code:

// Provides black board like information
// exchange
simple Blackboard
{
    parameters:
        bool coreDebug; // debug switch for the base framework
}