Module.ned
NED File src/inet/common/Module.ned
| Name | Type | Description |
|---|---|---|
| Module | compound module |
Base module for all INET compound modules. |
Source code
// // Copyright (C) 2025 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.common; import inet.common.ModuleMixin; // // Base module for all INET compound modules. // module Module extends ModuleMixin { parameters: @class(Module); }