SimpleModule.ned
NED File src/inet/common/SimpleModule.ned
| Name | Type | Description |
|---|---|---|
| SimpleModule | simple module |
Base module for all INET simple 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 simple modules. // simple SimpleModule extends ModuleMixin { parameters: @class(SimpleModule); }