Simple Module BaseConfigurationManager

Package: ttethernet.configuration.base
File: src/configuration/base/BaseConfigurationManager.ned

C++ definition

Dummy module for a ConfigurationManager that has no configuration. If you use this BaseConfigurationManager you must configure the node manually

See also: IConfigurationManager

Author: Till Steinbach

BaseConfigurationManager

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 i=block/table2

Source code:

//
// Dummy module for a ConfigurationManager that has no configuration.
// If you use this BaseConfigurationManager you must configure the
// node manually
//
// @see IConfigurationManager
//
// @author Till Steinbach
simple BaseConfigurationManager like IConfigurationManager
{
    @display("i=block/table2");
}