Simple Module Blackboard

Package: inet.base
File: src/base/Blackboard.ned

C++ definition

Blackboard for sharing information among modules in a host or router. Accessed via direct method calls.

Blackboard

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Properties:

Name Value Description
display i=block/blackboard

Source code:

//
// Blackboard for sharing information among modules in a host or router.
// Accessed via direct method calls.
//
simple Blackboard
{
    parameters:
        @display("i=block/blackboard");
}