INetworkConfigurator.ned
NED File src/inet/networklayer/configurator/contract/INetworkConfigurator.ned
| Name | Type | Description |
|---|---|---|
| INetworkConfigurator | module interface |
Interface for 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; // // Interface for all network-wide configurator modules. // moduleinterface INetworkConfigurator { parameters: @display("i=block/cogwheel"); }