INetworkConfigurator.ned

NED File src/inet/networklayer/configurator/contract/INetworkConfigurator.ned

Name Type Description
INetworkConfigurator module interface

This module interface is implemented by all network wide configurator modules.

Source code

//
// Copyright (C) 2004 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.networklayer.configurator.contract;

//
// This module interface is implemented by all network wide configurator modules.
//
moduleinterface INetworkConfigurator
{
    parameters:
        @display("i=block/cogwheel");
}